Class: Aws::Odb::Types::GetOciOnboardingStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetOciOnboardingStatusOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#autonomous_database_oci_integration_iam_roles ⇒ Array<Types::OciIamRole>
The list of Amazon Web Services Identity and Access Management (IAM) service roles used for Autonomous Database integration with Oracle Cloud Infrastructure (OCI).
-
#existing_tenancy_activation_link ⇒ String
The existing OCI tenancy activation link for your Amazon Web Services account.
-
#linked_oci_compartment_id ⇒ String
The unique identifier of the Oracle Cloud Infrastructure (OCI) compartment that is linked to your Amazon Web Services account.
-
#linked_oci_tenancy_id ⇒ String
The unique identifier of the Oracle Cloud Infrastructure (OCI) tenancy that is linked to your Amazon Web Services account.
-
#new_tenancy_activation_link ⇒ String
A new OCI tenancy activation link for your Amazon Web Services account.
-
#oci_identity_domain ⇒ Types::OciIdentityDomain
The Oracle Cloud Infrastructure (OCI) identity domain information in the onboarding status response.
-
#status ⇒ String
-
#subscription_errors ⇒ Array<Types::SubscriptionError>
The list of errors that occurred during the subscription process for your Amazon Web Services account, if any.
Instance Attribute Details
#autonomous_database_oci_integration_iam_roles ⇒ Array<Types::OciIamRole>
The list of Amazon Web Services Identity and Access Management (IAM) service roles used for Autonomous Database integration with Oracle Cloud Infrastructure (OCI).
7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7768 class GetOciOnboardingStatusOutput < Struct.new( :status, :existing_tenancy_activation_link, :new_tenancy_activation_link, :oci_identity_domain, :autonomous_database_oci_integration_iam_roles, :linked_oci_tenancy_id, :linked_oci_compartment_id, :subscription_errors) SENSITIVE = [] include Aws::Structure end |
#existing_tenancy_activation_link ⇒ String
The existing OCI tenancy activation link for your Amazon Web Services account.
7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7768 class GetOciOnboardingStatusOutput < Struct.new( :status, :existing_tenancy_activation_link, :new_tenancy_activation_link, :oci_identity_domain, :autonomous_database_oci_integration_iam_roles, :linked_oci_tenancy_id, :linked_oci_compartment_id, :subscription_errors) SENSITIVE = [] include Aws::Structure end |
#linked_oci_compartment_id ⇒ String
The unique identifier of the Oracle Cloud Infrastructure (OCI) compartment that is linked to your Amazon Web Services account.
7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7768 class GetOciOnboardingStatusOutput < Struct.new( :status, :existing_tenancy_activation_link, :new_tenancy_activation_link, :oci_identity_domain, :autonomous_database_oci_integration_iam_roles, :linked_oci_tenancy_id, :linked_oci_compartment_id, :subscription_errors) SENSITIVE = [] include Aws::Structure end |
#linked_oci_tenancy_id ⇒ String
The unique identifier of the Oracle Cloud Infrastructure (OCI) tenancy that is linked to your Amazon Web Services account.
7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7768 class GetOciOnboardingStatusOutput < Struct.new( :status, :existing_tenancy_activation_link, :new_tenancy_activation_link, :oci_identity_domain, :autonomous_database_oci_integration_iam_roles, :linked_oci_tenancy_id, :linked_oci_compartment_id, :subscription_errors) SENSITIVE = [] include Aws::Structure end |
#new_tenancy_activation_link ⇒ String
A new OCI tenancy activation link for your Amazon Web Services account.
7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7768 class GetOciOnboardingStatusOutput < Struct.new( :status, :existing_tenancy_activation_link, :new_tenancy_activation_link, :oci_identity_domain, :autonomous_database_oci_integration_iam_roles, :linked_oci_tenancy_id, :linked_oci_compartment_id, :subscription_errors) SENSITIVE = [] include Aws::Structure end |
#oci_identity_domain ⇒ Types::OciIdentityDomain
The Oracle Cloud Infrastructure (OCI) identity domain information in the onboarding status response.
7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7768 class GetOciOnboardingStatusOutput < Struct.new( :status, :existing_tenancy_activation_link, :new_tenancy_activation_link, :oci_identity_domain, :autonomous_database_oci_integration_iam_roles, :linked_oci_tenancy_id, :linked_oci_compartment_id, :subscription_errors) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7768 class GetOciOnboardingStatusOutput < Struct.new( :status, :existing_tenancy_activation_link, :new_tenancy_activation_link, :oci_identity_domain, :autonomous_database_oci_integration_iam_roles, :linked_oci_tenancy_id, :linked_oci_compartment_id, :subscription_errors) SENSITIVE = [] include Aws::Structure end |
#subscription_errors ⇒ Array<Types::SubscriptionError>
The list of errors that occurred during the subscription process for your Amazon Web Services account, if any.
7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7768 class GetOciOnboardingStatusOutput < Struct.new( :status, :existing_tenancy_activation_link, :new_tenancy_activation_link, :oci_identity_domain, :autonomous_database_oci_integration_iam_roles, :linked_oci_tenancy_id, :linked_oci_compartment_id, :subscription_errors) SENSITIVE = [] include Aws::Structure end |