Class: Aws::Braket::Types::Association
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::Association
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
The Amazon Braket resource and the association type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Braket resource arn.
-
#type ⇒ String
The association type for the specified Amazon Braket resource arn.
Instance Attribute Details
#arn ⇒ String
The Amazon Braket resource arn.
60 61 62 63 64 65 |
# File 'lib/aws-sdk-braket/types.rb', line 60 class Association < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The association type for the specified Amazon Braket resource arn.
60 61 62 63 64 65 |
# File 'lib/aws-sdk-braket/types.rb', line 60 class Association < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |