Class: Aws::LakeFormation::Types::GetTemporaryGlueTableCredentialsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

The access key ID for the temporary credentials.

Returns:

  • (String)


1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1739

class GetTemporaryGlueTableCredentialsResponse < Struct.new(
  :access_key_id,
  :secret_access_key,
  :session_token,
  :expiration,
  :vended_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#expirationTime

The date and time when the temporary credentials expire.

Returns:

  • (Time)


1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1739

class GetTemporaryGlueTableCredentialsResponse < Struct.new(
  :access_key_id,
  :secret_access_key,
  :session_token,
  :expiration,
  :vended_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#secret_access_keyString

The secret key for the temporary credentials.

Returns:

  • (String)


1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1739

class GetTemporaryGlueTableCredentialsResponse < Struct.new(
  :access_key_id,
  :secret_access_key,
  :session_token,
  :expiration,
  :vended_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#session_tokenString

The session token for the temporary credentials.

Returns:

  • (String)


1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1739

class GetTemporaryGlueTableCredentialsResponse < Struct.new(
  :access_key_id,
  :secret_access_key,
  :session_token,
  :expiration,
  :vended_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#vended_s3_pathArray<String>

The Amazon S3 path for the temporary credentials.

Returns:

  • (Array<String>)


1739
1740
1741
1742
1743
1744
1745
1746
1747
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1739

class GetTemporaryGlueTableCredentialsResponse < Struct.new(
  :access_key_id,
  :secret_access_key,
  :session_token,
  :expiration,
  :vended_s3_path)
  SENSITIVE = []
  include Aws::Structure
end