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.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def active_configurations @active_configurations end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def cluster @cluster end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def created_at @created_at end |
#current_deployment ⇒ ::String
Returns the value of attribute current_deployment.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def current_deployment @current_deployment end |
#infrastructure_role_arn ⇒ ::String
Returns the value of attribute infrastructure_role_arn.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def infrastructure_role_arn @infrastructure_role_arn end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def service_arn @service_arn end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def service_name @service_name end |
#status ⇒ Types::ExpressGatewayServiceStatus
Returns the value of attribute status.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def updated_at @updated_at end |