Class: Aws::Types::ECSExpressGatewayService
- Inherits:
-
Object
- Object
- Aws::Types::ECSExpressGatewayService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_configurations ⇒ ::Array[Types::ExpressGatewayServiceConfiguration]
Returns the value of attribute active_configurations.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#current_deployment ⇒ ::String
Returns the value of attribute current_deployment.
-
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#active_configurations ⇒ ::Array[Types::ExpressGatewayServiceConfiguration]
Returns the value of attribute active_configurations.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def active_configurations @active_configurations end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def cluster @cluster end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def created_at @created_at end |
#current_deployment ⇒ ::String
Returns the value of attribute current_deployment.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def current_deployment @current_deployment end |
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def infrastructure_role_arn @infrastructure_role_arn end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def service_arn @service_arn end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def service_name @service_name end |
#status ⇒ Types::ExpressGatewayServiceStatus
Returns the value of attribute status.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def updated_at @updated_at end |