Class: Aws::ResourceExplorer2::Types::DeleteViewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::DeleteViewOutput
- 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 you successfully deleted.
Instance Attribute Details
#view_arn ⇒ String
The [Amazon resource name (ARN)] of the view that you successfully deleted.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
458 459 460 461 462 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 458 class DeleteViewOutput < Struct.new( :view_arn) SENSITIVE = [] include Aws::Structure end |