Class: Aws::Types::CreateAccessPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_policy_identityTypes::Identity

Returns the value of attribute access_policy_identity.

Returns:



838
839
840
# File 'sig/types.rbs', line 838

def access_policy_identity
  @access_policy_identity
end

#access_policy_permission"ADMINISTRATOR", "VIEWER"

Returns the value of attribute access_policy_permission.

Returns:

  • ("ADMINISTRATOR", "VIEWER")


840
841
842
# File 'sig/types.rbs', line 840

def access_policy_permission
  @access_policy_permission
end

#access_policy_resourceTypes::Resource

Returns the value of attribute access_policy_resource.

Returns:



839
840
841
# File 'sig/types.rbs', line 839

def access_policy_resource
  @access_policy_resource
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def client_token
  @client_token
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


842
843
844
# File 'sig/types.rbs', line 842

def tags
  @tags
end