Class: Aws::SSOAdmin::Types::DescribeInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribeInstanceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date the instance was created.
-
#identity_store_id ⇒ String
The identifier of the identity store that is connected to the instance of IAM Identity Center.
-
#instance_arn ⇒ String
The ARN of the instance of IAM Identity Center under which the operation will run.
-
#name ⇒ String
Specifies the instance name.
-
#owner_account_id ⇒ String
The identifier of the Amazon Web Services account for which the instance was created.
-
#status ⇒ String
The status of the instance.
Instance Attribute Details
#created_date ⇒ Time
The date the instance was created.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1597 class DescribeInstanceResponse < Struct.new( :created_date, :identity_store_id, :instance_arn, :name, :owner_account_id, :status) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The identifier of the identity store that is connected to the instance of IAM Identity Center.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1597 class DescribeInstanceResponse < Struct.new( :created_date, :identity_store_id, :instance_arn, :name, :owner_account_id, :status) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1597 class DescribeInstanceResponse < Struct.new( :created_date, :identity_store_id, :instance_arn, :name, :owner_account_id, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Specifies the instance name.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1597 class DescribeInstanceResponse < Struct.new( :created_date, :identity_store_id, :instance_arn, :name, :owner_account_id, :status) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The identifier of the Amazon Web Services account for which the instance was created.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1597 class DescribeInstanceResponse < Struct.new( :created_date, :identity_store_id, :instance_arn, :name, :owner_account_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the instance.
1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1597 class DescribeInstanceResponse < Struct.new( :created_date, :identity_store_id, :instance_arn, :name, :owner_account_id, :status) SENSITIVE = [] include Aws::Structure end |