Class: Aws::SSOAdmin::Types::InstanceMetadata

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssoadmin/types.rb

Overview

Provides information about the IAM Identity Center instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date and time that the Identity Center instance was created.

Returns:

  • (Time)


2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2132

class InstanceMetadata < Struct.new(
  :created_date,
  :identity_store_id,
  :instance_arn,
  :name,
  :owner_account_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#identity_store_idString

The identifier of the identity store that is connected to the Identity Center instance.

Returns:

  • (String)


2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2132

class InstanceMetadata < Struct.new(
  :created_date,
  :identity_store_id,
  :instance_arn,
  :name,
  :owner_account_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#instance_arnString

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](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.

Returns:

  • (String)


2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2132

class InstanceMetadata < Struct.new(
  :created_date,
  :identity_store_id,
  :instance_arn,
  :name,
  :owner_account_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Identity Center instance.

Returns:

  • (String)


2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2132

class InstanceMetadata < Struct.new(
  :created_date,
  :identity_store_id,
  :instance_arn,
  :name,
  :owner_account_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#owner_account_idString

The Amazon Web Services account ID number of the owner of the Identity Center instance.

Returns:

  • (String)


2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2132

class InstanceMetadata < Struct.new(
  :created_date,
  :identity_store_id,
  :instance_arn,
  :name,
  :owner_account_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of this Identity Center instance.

Returns:

  • (String)


2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2132

class InstanceMetadata < Struct.new(
  :created_date,
  :identity_store_id,
  :instance_arn,
  :name,
  :owner_account_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end