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:



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

def access_policy_identity
  @access_policy_identity
end

#access_policy_permission"ADMINISTRATOR", "VIEWER"

Returns the value of attribute access_policy_permission.

Returns:

  • ("ADMINISTRATOR", "VIEWER")


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

def access_policy_permission
  @access_policy_permission
end

#access_policy_resourceTypes::Resource

Returns the value of attribute access_policy_resource.

Returns:



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

def access_policy_resource
  @access_policy_resource
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def client_token
  @client_token
end

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

Returns the value of attribute tags.

Returns:

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


845
846
847
# File 'sig/types.rbs', line 845

def tags
  @tags
end