Class: Aws::Types::AssociateAccessPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_access_policyTypes::AssociatedAccessPolicy

Returns the value of attribute associated_access_policy.



190
191
192
# File 'sig/types.rbs', line 190

def associated_access_policy
  @associated_access_policy
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def cluster_name
  @cluster_name
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def principal_arn
  @principal_arn
end