Class: Aws::Types::DescribeConfigurationRecordersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def arn
  @arn
end

#configuration_recorder_names::Array[::String]

Returns the value of attribute configuration_recorder_names.

Returns:

  • (::Array[::String])


778
779
780
# File 'sig/types.rbs', line 778

def configuration_recorder_names
  @configuration_recorder_names
end

#service_principal::String

Returns the value of attribute service_principal.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def service_principal
  @service_principal
end