Class: Aws::RedshiftDataAPIService::Types::ExecuteStatementOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RedshiftDataAPIService::Types::ExecuteStatementOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshiftdataapiservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The cluster identifier.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time (UTC) the statement was created.
 - 
  
    
      #database  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the database.
 - 
  
    
      #db_groups  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of colon (:) separated names of database groups.
 - 
  
    
      #db_user  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The database user name.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the SQL statement whose results are to be fetched.
 - 
  
    
      #secret_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or ARN of the secret that enables access to the database.
 - 
  
    
      #session_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The session identifier of the query.
 - 
  
    
      #workgroup_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The serverless workgroup name or Amazon Resource Name (ARN).
 
Instance Attribute Details
#cluster_identifier ⇒ String
The cluster identifier. This element is not returned when connecting to a serverless workgroup.
      728 729 730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 728 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The date and time (UTC) the statement was created.
      728 729 730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 728 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end  | 
  
#database ⇒ String
The name of the database.
      728 729 730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 728 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end  | 
  
#db_groups ⇒ Array<String>
A list of colon (:) separated names of database groups.
      728 729 730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 728 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end  | 
  
#db_user ⇒ String
The database user name.
      728 729 730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 728 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.
      728 729 730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 728 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end  | 
  
#secret_arn ⇒ String
The name or ARN of the secret that enables access to the database.
      728 729 730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 728 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end  | 
  
#session_id ⇒ String
The session identifier of the query.
      728 729 730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 728 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end  | 
  
#workgroup_name ⇒ String
The serverless workgroup name or Amazon Resource Name (ARN). This element is not returned when connecting to a provisioned cluster.
      728 729 730 731 732 733 734 735 736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 728 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end  |