Class: Aws::Types::ECSExpressGatewayService

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def cluster
  @cluster
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def service_name
  @service_name
end

#statusTypes::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.

Returns:



1165
1166
1167
# File 'sig/types.rbs', line 1165

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def updated_at
  @updated_at
end