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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


589
590
591
592
593
594
595
# File 'lib/aws-sdk-ssmsap/types.rb', line 589

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)


589
590
591
592
593
594
595
# File 'lib/aws-sdk-ssmsap/types.rb', line 589

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)


589
590
591
592
593
594
595
# File 'lib/aws-sdk-ssmsap/types.rb', line 589

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