Class: Aws::Types::AccountAssignmentOperationStatus

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)


53
54
55
# File 'sig/types.rbs', line 53

def created_date
  @created_date
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def failure_reason
  @failure_reason
end

#permission_set_arn::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def permission_set_arn
  @permission_set_arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def principal_id
  @principal_id
end

#principal_type"USER", "GROUP"

Returns the value of attribute principal_type.

Returns:

  • ("USER", "GROUP")


51
52
53
# File 'sig/types.rbs', line 51

def principal_type
  @principal_type
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def request_id
  @request_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


45
46
47
# File 'sig/types.rbs', line 45

def status
  @status
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def target_id
  @target_id
end

#target_type"AWS_ACCOUNT"

Returns the value of attribute target_type.

Returns:

  • ("AWS_ACCOUNT")


49
50
51
# File 'sig/types.rbs', line 49

def target_type
  @target_type
end