Class: Aws::SSOAdmin::Types::CreateInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::CreateInstanceResponse
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_arn ⇒ String
The ARN of the instance of IAM Identity Center under which the operation will run.
Instance Attribute Details
#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 in the Amazon Web Services General Reference.
900 901 902 903 904 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 900 class CreateInstanceResponse < Struct.new( :instance_arn) SENSITIVE = [] include Aws::Structure end |