Module: Aws::RedshiftDataAPIService::Types

Defined in:
lib/aws-sdk-redshiftdataapiservice/types.rb

Defined Under Namespace

Classes: ActiveSessionsExceededException, ActiveStatementsExceededException, ActiveWaitingRequestsExceededException, BatchExecuteStatementException, BatchExecuteStatementInput, BatchExecuteStatementOutput, CancelStatementRequest, CancelStatementResponse, ColumnMetadata, DatabaseConnectionException, DescribeStatementRequest, DescribeStatementResponse, DescribeTableRequest, DescribeTableResponse, ExecuteStatementException, ExecuteStatementInput, ExecuteStatementOutput, Field, GetStatementResultRequest, GetStatementResultResponse, GetStatementResultV2Request, GetStatementResultV2Response, InternalServerException, ListDatabasesRequest, ListDatabasesResponse, ListSchemasRequest, ListSchemasResponse, ListSessionsRequest, ListSessionsResponse, ListStatementsRequest, ListStatementsResponse, ListTablesRequest, ListTablesResponse, QueryRecords, QueryTimeoutException, ResourceNotFoundException, SessionData, SqlParameter, StatementData, SubStatementData, TableMember, ValidationException

Instance Attribute Summary collapse

Instance Attribute Details

#blob_valueString

A value of the BLOB data type.

Returns:

  • (String)


910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 910

class Field < Struct.new(
  :is_null,
  :boolean_value,
  :long_value,
  :double_value,
  :string_value,
  :blob_value,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class IsNull < Field; end
  class BooleanValue < Field; end
  class LongValue < Field; end
  class DoubleValue < Field; end
  class StringValue < Field; end
  class BlobValue < Field; end
  class Unknown < Field; end
end

#boolean_valueBoolean

A value of the Boolean data type.

Returns:

  • (Boolean)


910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 910

class Field < Struct.new(
  :is_null,
  :boolean_value,
  :long_value,
  :double_value,
  :string_value,
  :blob_value,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class IsNull < Field; end
  class BooleanValue < Field; end
  class LongValue < Field; end
  class DoubleValue < Field; end
  class StringValue < Field; end
  class BlobValue < Field; end
  class Unknown < Field; end
end

#csv_recordsString

The results of the SQL statement in CSV format.

Returns:

  • (String)


1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1588

class QueryRecords < Struct.new(
  :csv_records,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CsvRecords < QueryRecords; end
  class Unknown < QueryRecords; end
end

#double_valueFloat

A value of the double data type.

Returns:

  • (Float)


910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 910

class Field < Struct.new(
  :is_null,
  :boolean_value,
  :long_value,
  :double_value,
  :string_value,
  :blob_value,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class IsNull < Field; end
  class BooleanValue < Field; end
  class LongValue < Field; end
  class DoubleValue < Field; end
  class StringValue < Field; end
  class BlobValue < Field; end
  class Unknown < Field; end
end

#is_nullBoolean

A value that indicates whether the data is NULL.

Returns:

  • (Boolean)


910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 910

class Field < Struct.new(
  :is_null,
  :boolean_value,
  :long_value,
  :double_value,
  :string_value,
  :blob_value,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class IsNull < Field; end
  class BooleanValue < Field; end
  class LongValue < Field; end
  class DoubleValue < Field; end
  class StringValue < Field; end
  class BlobValue < Field; end
  class Unknown < Field; end
end

#long_valueInteger

A value of the long data type.

Returns:

  • (Integer)


910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 910

class Field < Struct.new(
  :is_null,
  :boolean_value,
  :long_value,
  :double_value,
  :string_value,
  :blob_value,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class IsNull < Field; end
  class BooleanValue < Field; end
  class LongValue < Field; end
  class DoubleValue < Field; end
  class StringValue < Field; end
  class BlobValue < Field; end
  class Unknown < Field; end
end

#string_valueString

A value of the string data type.

Returns:

  • (String)


910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 910

class Field < Struct.new(
  :is_null,
  :boolean_value,
  :long_value,
  :double_value,
  :string_value,
  :blob_value,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class IsNull < Field; end
  class BooleanValue < Field; end
  class LongValue < Field; end
  class DoubleValue < Field; end
  class StringValue < Field; end
  class BlobValue < Field; end
  class Unknown < Field; end
end