Class: Aws::Types::AttachCustomerManagedPolicyReferenceToPermissionSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_managed_policy_referenceTypes::CustomerManagedPolicyReference

Returns the value of attribute customer_managed_policy_reference.



115
116
117
# File 'sig/types.rbs', line 115

def customer_managed_policy_reference
  @customer_managed_policy_reference
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def instance_arn
  @instance_arn
end

#permission_set_arn::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def permission_set_arn
  @permission_set_arn
end