Class: Aws::Types::ServiceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


630
631
632
# File 'sig/types.rbs', line 630

def created_at
  @created_at
end

#service_arn ⇒ ::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def service_arn
  @service_arn
end

#service_id ⇒ ::String

Returns the value of attribute service_id.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def service_id
  @service_id
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def service_name
  @service_name
end

#service_url ⇒ ::String

Returns the value of attribute service_url.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def service_url
  @service_url
end

#status ⇒ "CREATE_FAILED", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_FAILED", "RUNNING", "DELETED", "DELETE_FAILED", "PAUSED", "OPERATION_IN_PROGRESS")


632
633
634
# File 'sig/types.rbs', line 632

def status
  @status
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


631
632
633
# File 'sig/types.rbs', line 631

def updated_at
  @updated_at
end