Class: Aws::Braket::Types::Association

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

The Amazon Braket resource and the association type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Braket resource arn.

Returns:

  • (String)


60
61
62
63
64
65
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 60

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

#typeString

The association type for the specified Amazon Braket resource arn.

Returns:

  • (String)


60
61
62
63
64
65
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 60

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