Class: Aws::SsmSap::Types::GetApplicationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_registry_arnString

The Amazon Resource Name (ARN) of the application registry.

Returns:

  • (String)


577
578
579
580
581
582
583
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 577

class GetApplicationInput < Struct.new(
  :application_id,
  :application_arn,
  :app_registry_arn)
  SENSITIVE = []
  include Aws::Structure
end

#application_arnString

The Amazon Resource Name (ARN) of the application.

Returns:

  • (String)


577
578
579
580
581
582
583
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 577

class GetApplicationInput < Struct.new(
  :application_id,
  :application_arn,
  :app_registry_arn)
  SENSITIVE = []
  include Aws::Structure
end

#application_idString

The ID of the application.

Returns:

  • (String)


577
578
579
580
581
582
583
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 577

class GetApplicationInput < Struct.new(
  :application_id,
  :application_arn,
  :app_registry_arn)
  SENSITIVE = []
  include Aws::Structure
end