Class: Aws::Types::PermissionSetProvisioningStatusMetadata

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)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def created_date
  @created_date
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def request_id
  @request_id
end

#status ⇒ "IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1046
1047
1048
# File 'sig/types.rbs', line 1046

def status
  @status
end