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.



4807
4808
4809
# File 'sig/types.rbs', line 4807

def iam_policy_assignment
  @iam_policy_assignment
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4808
4809
4810
# File 'sig/types.rbs', line 4808

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4809
4810
4811
# File 'sig/types.rbs', line 4809

def status
  @status
end