Class: Aws::Types::ListConfigurationRevisionsResponse

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:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def configuration_id
  @configuration_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


600
601
602
# File 'sig/types.rbs', line 600

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def next_token
  @next_token
end

#revisions::Array[Types::ConfigurationRevision]

Returns the value of attribute revisions.

Returns:



602
603
604
# File 'sig/types.rbs', line 602

def revisions
  @revisions
end