Class: Aws::Types::DescribeAccessControlConfigurationResponse

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:



671
672
673
# File 'sig/types.rbs', line 671

def access_control_list
  @access_control_list
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def description
  @description
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def error_message
  @error_message
end

#hierarchical_access_control_list::Array[Types::HierarchicalPrincipal]

Returns the value of attribute hierarchical_access_control_list.

Returns:



672
673
674
# File 'sig/types.rbs', line 672

def hierarchical_access_control_list
  @hierarchical_access_control_list
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def name
  @name
end