Class: Aws::Types::AccountAssignmentOperationStatusMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


60
61
62
# File 'sig/types.rbs', line 60

def created_date
  @created_date
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def request_id
  @request_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED")


58
59
60
# File 'sig/types.rbs', line 58

def status
  @status
end