Class: Aws::Types::GetCardinalityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_field::String

Returns the value of attribute aggregation_field.

Returns:

  • (::String)


2320
2321
2322
# File 'sig/types.rbs', line 2320

def aggregation_field
  @aggregation_field
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def index_name
  @index_name
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


2321
2322
2323
# File 'sig/types.rbs', line 2321

def query_version
  @query_version
end