Class: Aws::WorkMail::Types::CreateIdentityCenterApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateIdentityCenterApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
455 456 457 458 459 |
# File 'lib/aws-sdk-workmail/types.rb', line 455 class CreateIdentityCenterApplicationResponse < Struct.new( :application_arn) SENSITIVE = [] include Aws::Structure end |