Class: Aws::SSOAdmin::Types::InstanceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::InstanceMetadata
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Provides information about the IAM Identity Center instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date and time that the Identity Center instance was created.
-
#identity_store_id ⇒ String
The identifier of the identity store that is connected to the Identity Center instance.
-
#instance_arn ⇒ String
The ARN of the Identity Center instance under which the operation will be executed.
-
#name ⇒ String
The name of the Identity Center instance.
-
#owner_account_id ⇒ String
The Amazon Web Services account ID number of the owner of the Identity Center instance.
-
#status ⇒ String
The current status of this Identity Center instance.
Instance Attribute Details
#created_date ⇒ Time
The date and time that the Identity Center instance was created.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2173 class InstanceMetadata < Struct.new( :instance_arn, :identity_store_id, :owner_account_id, :name, :created_date, :status) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The identifier of the identity store that is connected to the Identity Center instance.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2173 class InstanceMetadata < Struct.new( :instance_arn, :identity_store_id, :owner_account_id, :name, :created_date, :status) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2173 class InstanceMetadata < Struct.new( :instance_arn, :identity_store_id, :owner_account_id, :name, :created_date, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Identity Center instance.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2173 class InstanceMetadata < Struct.new( :instance_arn, :identity_store_id, :owner_account_id, :name, :created_date, :status) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The Amazon Web Services account ID number of the owner of the Identity Center instance.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2173 class InstanceMetadata < Struct.new( :instance_arn, :identity_store_id, :owner_account_id, :name, :created_date, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of this Identity Center instance.
2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2173 class InstanceMetadata < Struct.new( :instance_arn, :identity_store_id, :owner_account_id, :name, :created_date, :status) SENSITIVE = [] include Aws::Structure end |