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.
234 235 236 237 238 239 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 234 class CreateApplicationResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier for the Application.
234 235 236 237 238 239 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 234 class CreateApplicationResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |