Class: Aws::Types::ActivateGatewayInput
- Inherits:
-
Object
- Object
- Aws::Types::ActivateGatewayInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_key ⇒ ::String
Returns the value of attribute activation_key.
-
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
-
#gateway_region ⇒ ::String
Returns the value of attribute gateway_region.
-
#gateway_timezone ⇒ ::String
Returns the value of attribute gateway_timezone.
-
#gateway_type ⇒ ::String
Returns the value of attribute gateway_type.
-
#medium_changer_type ⇒ ::String
Returns the value of attribute medium_changer_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tape_drive_type ⇒ ::String
Returns the value of attribute tape_drive_type.
Instance Attribute Details
#activation_key ⇒ ::String
Returns the value of attribute activation_key.
12 13 14 |
# File 'sig/types.rbs', line 12 def activation_key @activation_key end |
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
13 14 15 |
# File 'sig/types.rbs', line 13 def gateway_name @gateway_name end |
#gateway_region ⇒ ::String
Returns the value of attribute gateway_region.
15 16 17 |
# File 'sig/types.rbs', line 15 def gateway_region @gateway_region end |
#gateway_timezone ⇒ ::String
Returns the value of attribute gateway_timezone.
14 15 16 |
# File 'sig/types.rbs', line 14 def gateway_timezone @gateway_timezone end |
#gateway_type ⇒ ::String
Returns the value of attribute gateway_type.
16 17 18 |
# File 'sig/types.rbs', line 16 def gateway_type @gateway_type end |
#medium_changer_type ⇒ ::String
Returns the value of attribute medium_changer_type.
18 19 20 |
# File 'sig/types.rbs', line 18 def medium_changer_type @medium_changer_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19 20 21 |
# File 'sig/types.rbs', line 19 def end |
#tape_drive_type ⇒ ::String
Returns the value of attribute tape_drive_type.
17 18 19 |
# File 'sig/types.rbs', line 17 def tape_drive_type @tape_drive_type end |