Module: Aws::RedshiftDataAPIService::Types

Defined in:
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, InternalServerException, ListDatabasesRequest, ListDatabasesResponse, ListSchemasRequest, ListSchemasResponse, ListStatementsRequest, ListStatementsResponse, ListTablesRequest, ListTablesResponse, 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)


772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 772

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)


772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 772

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

#double_valueFloat

A value of the double data type.

Returns:

  • (Float)


772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 772

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)


772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 772

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)


772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 772

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)


772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 772

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