Class: Aws::Types::ListIAMPolicyAssignmentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iam_policy_assignments::Array[Types::IAMPolicyAssignmentSummary]

Returns the value of attribute iam_policy_assignments.

Returns:



7938
7939
7940
# File 'sig/types.rbs', line 7938

def iam_policy_assignments
  @iam_policy_assignments
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7939
7940
7941
# File 'sig/types.rbs', line 7939

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7940
7941
7942
# File 'sig/types.rbs', line 7940

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7941
7942
7943
# File 'sig/types.rbs', line 7941

def status
  @status
end