Class: Aws::Types::ListConfigurationRevisionsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_id::String

Returns the value of attribute configuration_id.



592
593
594
# File 'sig/types.rbs', line 592

def configuration_id
  @configuration_id
end

#max_results::Integer

Returns the value of attribute max_results.



593
594
595
# File 'sig/types.rbs', line 593

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



594
595
596
# File 'sig/types.rbs', line 594

def next_token
  @next_token
end