Class: Aws::LakeFormation::Types::GetTemporaryGlueTableCredentialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetTemporaryGlueTableCredentialsResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_key_id ⇒ String
The access key ID for the temporary credentials.
-
#expiration ⇒ Time
The date and time when the temporary credentials expire.
-
#secret_access_key ⇒ String
The secret key for the temporary credentials.
-
#session_token ⇒ String
The session token for the temporary credentials.
-
#vended_s3_path ⇒ Array<String>
The Amazon S3 path for the temporary credentials.
Instance Attribute Details
#access_key_id ⇒ String
The access key ID for the temporary credentials.
1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1916 class GetTemporaryGlueTableCredentialsResponse < Struct.new( :access_key_id, :secret_access_key, :session_token, :expiration, :vended_s3_path) SENSITIVE = [] include Aws::Structure end |
#expiration ⇒ Time
The date and time when the temporary credentials expire.
1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1916 class GetTemporaryGlueTableCredentialsResponse < Struct.new( :access_key_id, :secret_access_key, :session_token, :expiration, :vended_s3_path) SENSITIVE = [] include Aws::Structure end |
#secret_access_key ⇒ String
The secret key for the temporary credentials.
1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1916 class GetTemporaryGlueTableCredentialsResponse < Struct.new( :access_key_id, :secret_access_key, :session_token, :expiration, :vended_s3_path) SENSITIVE = [] include Aws::Structure end |
#session_token ⇒ String
The session token for the temporary credentials.
1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1916 class GetTemporaryGlueTableCredentialsResponse < Struct.new( :access_key_id, :secret_access_key, :session_token, :expiration, :vended_s3_path) SENSITIVE = [] include Aws::Structure end |
#vended_s3_path ⇒ Array<String>
The Amazon S3 path for the temporary credentials.
1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1916 class GetTemporaryGlueTableCredentialsResponse < Struct.new( :access_key_id, :secret_access_key, :session_token, :expiration, :vended_s3_path) SENSITIVE = [] include Aws::Structure end |