Class: Aws::Types::CheckAccessNotGrantedRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access::Array[Types::Access]

Returns the value of attribute access.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def access
  @access
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:



166
167
168
# File 'sig/types.rbs', line 166

def policy_document
  @policy_document
end

#policy_type"IDENTITY_POLICY", "RESOURCE_POLICY"

Returns the value of attribute policy_type.

Returns:



168
169
170
# File 'sig/types.rbs', line 168

def policy_type
  @policy_type
end