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)


3011
3012
3013
# File 'sig/types.rbs', line 3011

def cluster
  @cluster
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3012
3013
3014
# File 'sig/types.rbs', line 3012

def service_name
  @service_name
end

#statusTypes::ExpressGatewayServiceStatus

Returns the value of attribute status.



3013
3014
3015
# File 'sig/types.rbs', line 3013

def status
  @status
end

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

Returns:

  • (::Time)


3016
3017
3018
# File 'sig/types.rbs', line 3016

def updated_at
  @updated_at
end