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.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def creation_date @creation_date end |
#gateway_capability_summaries ⇒ ::Array[Types::GatewayCapabilitySummary]
Returns the value of attribute gateway_capability_summaries.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def gateway_capability_summaries @gateway_capability_summaries end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def gateway_id @gateway_id end |
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def gateway_name @gateway_name end |
#gateway_platform ⇒ Types::GatewayPlatform
Returns the value of attribute gateway_platform.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def gateway_platform @gateway_platform end |
#gateway_version ⇒ ::String
Returns the value of attribute gateway_version.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def gateway_version @gateway_version end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def last_update_date @last_update_date end |