Class: Aws::Types::ServiceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :status_message])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def description
  @description
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def last_modified_at
  @last_modified_at
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def name
  @name
end

#status ⇒ "CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED_CLEANUP_IN_PROGRESS", "CREATE_FAILED_CLEANUP_COMPLETE", "CREATE_FAILED_CLEANUP_FAILED", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED_CLEANUP_IN_PROGRESS", "UPDATE_FAILED_CLEANUP_COMPLETE", "UPDATE_FAILED_CLEANUP_FAILED", "UPDATE_FAILED", "UPDATE_COMPLETE_CLEANUP_FAILED")


1411
1412
1413
# File 'sig/types.rbs', line 1411

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def status_message
  @status_message
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def template_name
  @template_name
end