Class: Aws::Types::AssociateAccessPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_scopeTypes::AccessScope

Returns the value of attribute access_scope.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def access_scope
  @access_scope
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def cluster_name
  @cluster_name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def policy_arn
  @policy_arn
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def principal_arn
  @principal_arn
end