Class: Aws::Types::AcceptAddressTransferRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptAddressTransferRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
36 37 38 |
# File 'sig/types.rbs', line 36 def address @address end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
38 39 40 |
# File 'sig/types.rbs', line 38 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
37 38 39 |
# File 'sig/types.rbs', line 37 def tag_specifications @tag_specifications end |