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)


6924
6925
6926
# File 'sig/types.rbs', line 6924

def assignment_id
  @assignment_id
end

#assignment_name::String

Returns the value of attribute assignment_name.

Returns:

  • (::String)


6925
6926
6927
# File 'sig/types.rbs', line 6925

def assignment_name
  @assignment_name
end

#assignment_status"ENABLED", ...

Returns the value of attribute assignment_status.

Returns:

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


6928
6929
6930
# File 'sig/types.rbs', line 6928

def assignment_status
  @assignment_status
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


6923
6924
6925
# File 'sig/types.rbs', line 6923

def 
  @aws_account_id
end

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

Returns the value of attribute identities.

Returns:

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


6927
6928
6929
# File 'sig/types.rbs', line 6927

def identities
  @identities
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


6926
6927
6928
# File 'sig/types.rbs', line 6926

def policy_arn
  @policy_arn
end