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
-
#blob_value ⇒ String
A value of the BLOB data type.
-
#boolean_value ⇒ Boolean
A value of the Boolean data type.
-
#csv_records ⇒ String
The results of the SQL statement in CSV format.
-
#double_value ⇒ Float
A value of the double data type.
-
#is_null ⇒ Boolean
A value that indicates whether the data is NULL.
-
#long_value ⇒ Integer
A value of the long data type.
-
#string_value ⇒ String
A value of the string data type.
Instance Attribute Details
#blob_value ⇒ String
A value of the BLOB data type.
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_value ⇒ Boolean
A value of the Boolean data type.
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_records ⇒ String
The results of the SQL statement in CSV format.
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_value ⇒ Float
A value of the double data type.
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_null ⇒ Boolean
A value that indicates whether the data is NULL.
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_value ⇒ Integer
A value of the long data type.
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_value ⇒ String
A value of the string data type.
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 |