Class: Aws::Types::AcceptConnectionProposalRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptConnectionProposalRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_key ⇒ ::String
Returns the value of attribute activation_key.
-
#attach_point ⇒ Types::AttachPoint
Returns the value of attribute attach_point.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#activation_key ⇒ ::String
Returns the value of attribute activation_key.
13 14 15 |
# File 'sig/types.rbs', line 13 def activation_key @activation_key end |
#attach_point ⇒ Types::AttachPoint
Returns the value of attribute attach_point.
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.
16 17 18 |
# File 'sig/types.rbs', line 16 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
14 15 16 |
# File 'sig/types.rbs', line 14 def description @description end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
15 16 17 |
# File 'sig/types.rbs', line 15 def end |