Class: Aws::Types::CreateAccessControlConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessControlConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_list ⇒ ::Array[Types::Principal]
Returns the value of attribute access_control_list.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#hierarchical_access_control_list ⇒ ::Array[Types::HierarchicalPrincipal]
Returns the value of attribute hierarchical_access_control_list.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#access_control_list ⇒ ::Array[Types::Principal]
Returns the value of attribute access_control_list.
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.
378 379 380 |
# File 'sig/types.rbs', line 378 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
373 374 375 |
# File 'sig/types.rbs', line 373 def index_id @index_id end |
#name ⇒ ::String
Returns the value of attribute name.
374 375 376 |
# File 'sig/types.rbs', line 374 def name @name end |