Class: Aws::Types::CreateAccessControlConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_list::Array[Types::Principal]

Returns the value of attribute access_control_list.

Returns:



376
377
378
# File 'sig/types.rbs', line 376

def access_control_list
  @access_control_list
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def description
  @description
end

#hierarchical_access_control_list::Array[Types::HierarchicalPrincipal]

Returns the value of attribute hierarchical_access_control_list.

Returns:



377
378
379
# File 'sig/types.rbs', line 377

def hierarchical_access_control_list
  @hierarchical_access_control_list
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def index_id
  @index_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def name
  @name
end