Class: Aws::CloudWatchOmni::Types::DomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::DomainSummary
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Summary of a domain. Call GetDomain for the full domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the domain was created.
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#domain_id ⇒ String
The unique ID of the domain.
-
#identity_center_instance_arn ⇒ String
Identity Center instance ARN configured for the domain.
-
#name ⇒ String
A name that identifies the domain.
-
#region ⇒ String
The Region where this domain was created.
-
#status ⇒ String
Current status of the domain.
-
#updated_at ⇒ Time
The timestamp when the domain was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the domain was created.
1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1688 class DomainSummary < Struct.new( :domain_id, :domain_arn, :name, :identity_center_instance_arn, :region, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1688 class DomainSummary < Struct.new( :domain_id, :domain_arn, :name, :identity_center_instance_arn, :region, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique ID of the domain.
1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1688 class DomainSummary < Struct.new( :domain_id, :domain_arn, :name, :identity_center_instance_arn, :region, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#identity_center_instance_arn ⇒ String
Identity Center instance ARN configured for the domain. Absent for IAM-only domains.
1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1688 class DomainSummary < Struct.new( :domain_id, :domain_arn, :name, :identity_center_instance_arn, :region, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that identifies the domain.
1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1688 class DomainSummary < Struct.new( :domain_id, :domain_arn, :name, :identity_center_instance_arn, :region, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Region where this domain was created.
1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1688 class DomainSummary < Struct.new( :domain_id, :domain_arn, :name, :identity_center_instance_arn, :region, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the domain.
1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1688 class DomainSummary < Struct.new( :domain_id, :domain_arn, :name, :identity_center_instance_arn, :region, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the domain was last updated.
1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1688 class DomainSummary < Struct.new( :domain_id, :domain_arn, :name, :identity_center_instance_arn, :region, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |