Class: Aws::Types::UpdatedExpressGatewayService
- Inherits:
-
Object
- Object
- Aws::Types::UpdatedExpressGatewayService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#status ⇒ Types::ExpressGatewayServiceStatus
Returns the value of attribute status.
-
#target_configuration ⇒ Types::ExpressGatewayServiceConfiguration
Returns the value of attribute target_configuration.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def cluster @cluster end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3033 3034 3035 |
# File 'sig/types.rbs', line 3033 def created_at @created_at end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def service_arn @service_arn end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def service_name @service_name end |
#status ⇒ Types::ExpressGatewayServiceStatus
Returns the value of attribute status.
3031 3032 3033 |
# File 'sig/types.rbs', line 3031 def status @status end |
#target_configuration ⇒ Types::ExpressGatewayServiceConfiguration
Returns the value of attribute target_configuration.
3032 3033 3034 |
# File 'sig/types.rbs', line 3032 def target_configuration @target_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3034 3035 3036 |
# File 'sig/types.rbs', line 3034 def updated_at @updated_at end |