Class: Aws::Types::DescribeIAMPolicyAssignmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iam_policy_assignmentTypes::IAMPolicyAssignment

Returns the value of attribute iam_policy_assignment.



5029
5030
5031
# File 'sig/types.rbs', line 5029

def iam_policy_assignment
  @iam_policy_assignment
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5030
5031
5032
# File 'sig/types.rbs', line 5030

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5031
5032
5033
# File 'sig/types.rbs', line 5031

def status
  @status
end