Class: Aws::CloudWatchOmni::Types::GetViewRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the view.

Returns:

  • (String)


2415
2416
2417
2418
2419
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2415

class GetViewRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end