Class: Aws::VPCLattice::Types::ArnResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ArnResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
The Amazon Resource Name (ARN) of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
85 86 87 88 89 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 85 class ArnResource < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |