Module: Aws::RedshiftDataAPIService::Types

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

Defined Under Namespace

Classes: 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, ResourceNotFoundException, SqlParameter, StatementData, SubStatementData, TableMember, ValidationException

Instance Attribute Summary collapse

Instance Attribute Details

#blob_valueString

A value of the BLOB data type.

Returns:

  • (String)


707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 707

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)


707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 707

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)


707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 707

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)


707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 707

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)


707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 707

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)


707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 707

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