Class: Aws::Types::ListSystemVersionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gi_version::String

Returns the value of attribute gi_version.

Returns:

  • (::String)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def gi_version
  @gi_version
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def next_token
  @next_token
end

#shape::String

Returns the value of attribute shape.

Returns:

  • (::String)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def shape
  @shape
end