Class: Aws::Types::CreateIAMPolicyAssignmentRequest

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)


2474
2475
2476
# File 'sig/types.rbs', line 2474

def assignment_name
  @assignment_name
end

#assignment_status"ENABLED", ...

Returns the value of attribute assignment_status.

Returns:

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


2475
2476
2477
# File 'sig/types.rbs', line 2475

def assignment_status
  @assignment_status
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2473
2474
2475
# File 'sig/types.rbs', line 2473

def 
  @aws_account_id
end

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

Returns the value of attribute identities.

Returns:

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


2477
2478
2479
# File 'sig/types.rbs', line 2477

def identities
  @identities
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def namespace
  @namespace
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


2476
2477
2478
# File 'sig/types.rbs', line 2476

def policy_arn
  @policy_arn
end