Class: Aws::VPCLattice::Types::ArnResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


85
86
87
88
89
# File 'lib/aws-sdk-vpclattice/types.rb', line 85

class ArnResource < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end