Class: Aws::ResourceExplorer2::Types::AssociateDefaultViewInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::AssociateDefaultViewInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#view_arn ⇒ String
The [Amazon resource name (ARN)] of the view to set as the default for the Amazon Web Services Region and Amazon Web Services account in which you call this operation.
Instance Attribute Details
#view_arn ⇒ String
The [Amazon resource name (ARN)] of the view to set as the default for the Amazon Web Services Region and Amazon Web Services account in which you call this operation. The specified view must already exist in the called Region.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
40 41 42 43 44 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 40 class AssociateDefaultViewInput < Struct.new( :view_arn) SENSITIVE = [] include Aws::Structure end |