Class: Aws::AppIntegrationsService::Types::CreateApplicationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Application.

Returns:

  • (String)


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

#idString

A unique identifier for the Application.

Returns:

  • (String)


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