Class: Aws::AccountAccess::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::CreateApplicationResponse
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the created application.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the created application.
108 109 110 111 112 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 108 class CreateApplicationResponse < Struct.new( :application_arn) SENSITIVE = [] include Aws::Structure end |