Class: Aws::ResourceExplorer2::Types::DeleteViewInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::DeleteViewInput
- 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 want to delete.
Instance Attribute Details
#view_arn ⇒ String
The [Amazon resource name (ARN)] of the view that you want to delete.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
362 363 364 365 366 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 362 class DeleteViewInput < Struct.new( :view_arn) SENSITIVE = [] include Aws::Structure end |