Class: Aws::Types::UpdatedExpressGatewayService

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


3029
3030
3031
# File 'sig/types.rbs', line 3029

def cluster
  @cluster
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3030
3031
3032
# File 'sig/types.rbs', line 3030

def service_name
  @service_name
end

#statusTypes::ExpressGatewayServiceStatus

Returns the value of attribute status.



3031
3032
3033
# File 'sig/types.rbs', line 3031

def status
  @status
end

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

Returns:

  • (::Time)


3034
3035
3036
# File 'sig/types.rbs', line 3034

def updated_at
  @updated_at
end