Class: Aws::Types::UpdateIAMPolicyAssignmentResponse

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)


12768
12769
12770
# File 'sig/types.rbs', line 12768

def assignment_id
  @assignment_id
end

#assignment_name::String

Returns the value of attribute assignment_name.

Returns:

  • (::String)


12767
12768
12769
# File 'sig/types.rbs', line 12767

def assignment_name
  @assignment_name
end

#assignment_status"ENABLED", ...

Returns the value of attribute assignment_status.

Returns:

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


12771
12772
12773
# File 'sig/types.rbs', line 12771

def assignment_status
  @assignment_status
end

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

Returns the value of attribute identities.

Returns:

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


12770
12771
12772
# File 'sig/types.rbs', line 12770

def identities
  @identities
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


12769
12770
12771
# File 'sig/types.rbs', line 12769

def policy_arn
  @policy_arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12772
12773
12774
# File 'sig/types.rbs', line 12772

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12773
12774
12775
# File 'sig/types.rbs', line 12773

def status
  @status
end