Class: Aws::Types::IAMPolicyAssignment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_id::String

Returns the value of attribute assignment_id.

Returns:

  • (::String)


6658
6659
6660
# File 'sig/types.rbs', line 6658

def assignment_id
  @assignment_id
end

#assignment_name::String

Returns the value of attribute assignment_name.

Returns:

  • (::String)


6659
6660
6661
# File 'sig/types.rbs', line 6659

def assignment_name
  @assignment_name
end

#assignment_status"ENABLED", ...

Returns the value of attribute assignment_status.

Returns:

  • ("ENABLED", "DRAFT", "DISABLED")


6662
6663
6664
# File 'sig/types.rbs', line 6662

def assignment_status
  @assignment_status
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


6657
6658
6659
# File 'sig/types.rbs', line 6657

def 
  @aws_account_id
end

#identities::Hash[::String, ::Array[::String]]

Returns the value of attribute identities.

Returns:

  • (::Hash[::String, ::Array[::String]])


6661
6662
6663
# File 'sig/types.rbs', line 6661

def identities
  @identities
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


6660
6661
6662
# File 'sig/types.rbs', line 6660

def policy_arn
  @policy_arn
end