Class: Aws::Redshift::Types::PartnerIntegrationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PartnerIntegrationInfo
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Describes a partner integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date (UTC) that the partner integration was created.
-
#database_name ⇒ String
The name of the database that receives data from a partner.
-
#partner_name ⇒ String
The name of the partner.
-
#status ⇒ String
The partner integration status.
-
#status_message ⇒ String
The status message provided by the partner.
-
#updated_at ⇒ Time
The date (UTC) that the partner integration status was last updated by the partner.
Instance Attribute Details
#created_at ⇒ Time
The date (UTC) that the partner integration was created.
9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database that receives data from a partner.
9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#partner_name ⇒ String
The name of the partner.
9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The partner integration status.
9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message provided by the partner.
9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date (UTC) that the partner integration status was last updated by the partner.
9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9308 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |