Class: Aws::Types::UpdateAccessControlConfigurationRequest

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:



2057
2058
2059
# File 'sig/types.rbs', line 2057

def access_control_list
  @access_control_list
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2056
2057
2058
# File 'sig/types.rbs', line 2056

def description
  @description
end

#hierarchical_access_control_list::Array[Types::HierarchicalPrincipal]

Returns the value of attribute hierarchical_access_control_list.

Returns:



2058
2059
2060
# File 'sig/types.rbs', line 2058

def hierarchical_access_control_list
  @hierarchical_access_control_list
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2054
2055
2056
# File 'sig/types.rbs', line 2054

def id
  @id
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


2053
2054
2055
# File 'sig/types.rbs', line 2053

def index_id
  @index_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2055
2056
2057
# File 'sig/types.rbs', line 2055

def name
  @name
end