Class: Aws::AppIntegrationsService::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::CreateApplicationResponse
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
-
#id ⇒ String
A unique identifier for the Application.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Application.
179 180 181 182 183 184 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 179 class CreateApplicationResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier for the Application.
179 180 181 182 183 184 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 179 class CreateApplicationResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |