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

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def next_token
  @next_token
end

#revisions::Array[Types::ConfigurationRevision]

Returns the value of attribute revisions.

Returns:



1075
1076
1077
# File 'sig/types.rbs', line 1075

def revisions
  @revisions
end