Class: Aws::WorkMail::Types::CreateIdentityCenterApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateIdentityCenterApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The idempotency token associated with the request.
-
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the instance.
-
#name ⇒ String
The name of the IAM Identity Center application.
Instance Attribute Details
#client_token ⇒ String
The idempotency token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
441 442 443 444 445 446 447 |
# File 'lib/aws-sdk-workmail/types.rb', line 441 class CreateIdentityCenterApplicationRequest < Struct.new( :name, :instance_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the instance.
441 442 443 444 445 446 447 |
# File 'lib/aws-sdk-workmail/types.rb', line 441 class CreateIdentityCenterApplicationRequest < Struct.new( :name, :instance_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the IAM Identity Center application.
441 442 443 444 445 446 447 |
# File 'lib/aws-sdk-workmail/types.rb', line 441 class CreateIdentityCenterApplicationRequest < Struct.new( :name, :instance_arn, :client_token) SENSITIVE = [] include Aws::Structure end |