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)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def created_date
  @created_date
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def request_id
  @request_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1042
1043
1044
# File 'sig/types.rbs', line 1042

def status
  @status
end