Class: Aws::Types::DescribeGatewayResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGatewayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#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.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def creation_date @creation_date end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def gateway_arn @gateway_arn end |
#gateway_capability_summaries ⇒ ::Array[Types::GatewayCapabilitySummary]
Returns the value of attribute gateway_capability_summaries.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def gateway_capability_summaries @gateway_capability_summaries end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def gateway_id @gateway_id end |
#gateway_name ⇒ ::String
Returns the value of attribute gateway_name.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def gateway_name @gateway_name end |
#gateway_platform ⇒ Types::GatewayPlatform
Returns the value of attribute gateway_platform.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def gateway_platform @gateway_platform end |
#gateway_version ⇒ ::String
Returns the value of attribute gateway_version.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def gateway_version @gateway_version end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def last_update_date @last_update_date end |