Class: Aws::Types::ListConfigurationRevisionsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_id::String

Returns the value of attribute configuration_id.

Returns:



584
585
586
# File 'sig/types.rbs', line 584

def configuration_id
  @configuration_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



585
586
587
# File 'sig/types.rbs', line 585

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



586
587
588
# File 'sig/types.rbs', line 586

def next_token
  @next_token
end

#revisions::Array[Types::ConfigurationRevision]

Returns the value of attribute revisions.

Returns:



587
588
589
# File 'sig/types.rbs', line 587

def revisions
  @revisions
end