Class: Aws::Types::DescribeConfigurationAggregatorSourcesStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_aggregator_name::String

Returns the value of attribute configuration_aggregator_name.

Returns:



739
740
741
# File 'sig/types.rbs', line 739

def configuration_aggregator_name
  @configuration_aggregator_name
end

#limit::Integer

Returns the value of attribute limit.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def next_token
  @next_token
end

#update_status::Array[("FAILED" | "SUCCEEDED" | "OUTDATED")]

Returns the value of attribute update_status.

Returns:



740
741
742
# File 'sig/types.rbs', line 740

def update_status
  @update_status
end