Module: Aws::RedshiftDataAPIService::Types

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

Defined Under Namespace

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

Instance Attribute Summary collapse

Instance Attribute Details

#blob_valueString

A value of the BLOB data type.

Returns:

  • (String)


789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 789

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

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

#boolean_valueBoolean

A value of the Boolean data type.

Returns:

  • (Boolean)


789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 789

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

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

#csv_recordsString

The results of the SQL statement in CSV format.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 1337

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)


789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 789

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

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

#is_nullBoolean

A value that indicates whether the data is NULL.

Returns:

  • (Boolean)


789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 789

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

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

#long_valueInteger

A value of the long data type.

Returns:

  • (Integer)


789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 789

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

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

#string_valueString

A value of the string data type.

Returns:

  • (String)


789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 789

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

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