Class: Aws::Types::AcceptConnectionProposalRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:activation_key])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_key::String

Returns the value of attribute activation_key.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def activation_key
  @activation_key
end

#attach_pointTypes::AttachPoint

Returns the value of attribute attach_point.

Returns:



12
13
14
# File 'sig/types.rbs', line 12

def attach_point
  @attach_point
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def description
  @description
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


15
16
17
# File 'sig/types.rbs', line 15

def tags
  @tags
end