Class: Aws::Types::GetInventorySchemaRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregatorBoolean

Returns the value of attribute aggregator.

Returns:

  • (Boolean)


1879
1880
1881
# File 'sig/types.rbs', line 1879

def aggregator
  @aggregator
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1877
1878
1879
# File 'sig/types.rbs', line 1877

def next_token
  @next_token
end

#sub_typeBoolean

Returns the value of attribute sub_type.

Returns:

  • (Boolean)


1880
1881
1882
# File 'sig/types.rbs', line 1880

def sub_type
  @sub_type
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def type_name
  @type_name
end