Class: Aws::RedshiftDataAPIService::Types::ExecuteStatementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftDataAPIService::Types::ExecuteStatementOutput
- Defined in:
- gems/aws-sdk-redshiftdataapiservice/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_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.
Instance Attribute Details
#cluster_identifier ⇒ String
The cluster identifier. This parameter is not returned when connecting to a serverless endpoint.
660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 660 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_user, :id, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time (UTC) the statement was created.
660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 660 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_user, :id, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The name of the database.
660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 660 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_user, :id, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#db_user ⇒ String
The database user name.
660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 660 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_user, :id, :secret_arn) 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.
660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 660 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_user, :id, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The name or ARN of the secret that enables access to the database.
660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 660 class ExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_user, :id, :secret_arn) SENSITIVE = [] include Aws::Structure end |