Class: Aws::Types::UpdateGatewayInformationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGatewayInformationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#gateway_capacity ⇒ "Small", ...
Returns the value of attribute gateway_capacity.
-
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
-
#gateway_timezone ⇒ ::String
Returns the value of attribute gateway_timezone.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def cloud_watch_log_group_arn @cloud_watch_log_group_arn end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def gateway_arn @gateway_arn end |
#gateway_capacity ⇒ "Small", ...
Returns the value of attribute gateway_capacity.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def gateway_capacity @gateway_capacity end |
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def gateway_name @gateway_name end |
#gateway_timezone ⇒ ::String
Returns the value of attribute gateway_timezone.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def gateway_timezone @gateway_timezone end |