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)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def next_token
  @next_token
end

#revisions::Array[Types::ConfigurationRevision]

Returns the value of attribute revisions.

Returns:



1068
1069
1070
# File 'sig/types.rbs', line 1068

def revisions
  @revisions
end