Class: Aws::Types::GetEntityRecordsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


3654
3655
3656
# File 'sig/types.rbs', line 3654

def catalog_id
  @catalog_id
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


3653
3654
3655
# File 'sig/types.rbs', line 3653

def connection_name
  @connection_name
end

#connection_options::Hash[::String, ::String]

Returns the value of attribute connection_options.

Returns:

  • (::Hash[::String, ::String])


3658
3659
3660
# File 'sig/types.rbs', line 3658

def connection_options
  @connection_options
end

#data_store_api_version::String

Returns the value of attribute data_store_api_version.

Returns:

  • (::String)


3657
3658
3659
# File 'sig/types.rbs', line 3657

def data_store_api_version
  @data_store_api_version
end

#entity_name::String

Returns the value of attribute entity_name.

Returns:

  • (::String)


3655
3656
3657
# File 'sig/types.rbs', line 3655

def entity_name
  @entity_name
end

#filter_predicate::String

Returns the value of attribute filter_predicate.

Returns:

  • (::String)


3659
3660
3661
# File 'sig/types.rbs', line 3659

def filter_predicate
  @filter_predicate
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


3660
3661
3662
# File 'sig/types.rbs', line 3660

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3656
3657
3658
# File 'sig/types.rbs', line 3656

def next_token
  @next_token
end

#order_by::String

Returns the value of attribute order_by.

Returns:

  • (::String)


3661
3662
3663
# File 'sig/types.rbs', line 3661

def order_by
  @order_by
end

#selected_fields::Array[::String]

Returns the value of attribute selected_fields.

Returns:

  • (::Array[::String])


3662
3663
3664
# File 'sig/types.rbs', line 3662

def selected_fields
  @selected_fields
end