Class: Aws::Types::PermissionSetProvisioningStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def 
  @account_id
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def created_date
  @created_date
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def failure_reason
  @failure_reason
end

#permission_set_arn::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def permission_set_arn
  @permission_set_arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def request_id
  @request_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1032
1033
1034
# File 'sig/types.rbs', line 1032

def status
  @status
end