Class: Aws::Types::GatewaySummary
- Inherits:
-
Object
- Object
- Aws::Types::GatewaySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#gateway_capability_summaries ⇒ ::Array[Types::GatewayCapabilitySummary]
Returns the value of attribute gateway_capability_summaries.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
-
#gateway_platform ⇒ Types::GatewayPlatform
Returns the value of attribute gateway_platform.
-
#gateway_version ⇒ ::String
Returns the value of attribute gateway_version.
-
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def creation_date @creation_date end |
#gateway_capability_summaries ⇒ ::Array[Types::GatewayCapabilitySummary]
Returns the value of attribute gateway_capability_summaries.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def gateway_capability_summaries @gateway_capability_summaries end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def gateway_id @gateway_id end |
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def gateway_name @gateway_name end |
#gateway_platform ⇒ Types::GatewayPlatform
Returns the value of attribute gateway_platform.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def gateway_platform @gateway_platform end |
#gateway_version ⇒ ::String
Returns the value of attribute gateway_version.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def gateway_version @gateway_version end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def last_update_date @last_update_date end |