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.
3011 3012 3013 |
# File 'sig/types.rbs', line 3011 def cluster @cluster end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def created_at @created_at end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def service_arn @service_arn end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def service_name @service_name end |
#status ⇒ Types::ExpressGatewayServiceStatus
Returns the value of attribute status.
3013 3014 3015 |
# File 'sig/types.rbs', line 3013 def status @status end |
#target_configuration ⇒ Types::ExpressGatewayServiceConfiguration
Returns the value of attribute target_configuration.
3014 3015 3016 |
# File 'sig/types.rbs', line 3014 def target_configuration @target_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def updated_at @updated_at end |