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:



183
184
185
# File 'sig/types.rbs', line 183

def access_scope
  @access_scope
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def cluster_name
  @cluster_name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def policy_arn
  @policy_arn
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def principal_arn
  @principal_arn
end