Class: Aws::ResourceExplorer2::Types::AssociateDefaultViewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::AssociateDefaultViewOutput
- 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 that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
Instance Attribute Details
#view_arn ⇒ String
The [Amazon resource name (ARN)] of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
59 60 61 62 63 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 59 class AssociateDefaultViewOutput < Struct.new( :view_arn) SENSITIVE = [] include Aws::Structure end |