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.



209
210
211
# File 'sig/types.rbs', line 209

def associated_access_policy
  @associated_access_policy
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def cluster_name
  @cluster_name
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def principal_arn
  @principal_arn
end