Class: Aws::Types::DescribeIAMPolicyAssignmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_name::String

Returns the value of attribute assignment_name.

Returns:

  • (::String)


5023
5024
5025
# File 'sig/types.rbs', line 5023

def assignment_name
  @assignment_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


5022
5023
5024
# File 'sig/types.rbs', line 5022

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


5024
5025
5026
# File 'sig/types.rbs', line 5024

def namespace
  @namespace
end