Class: Aws::AppRegistry::Types::GetApplicationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appregistry/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationString

The name, ID, or ARN of the application.

Returns:

  • (String)


624
625
626
627
628
# File 'lib/aws-sdk-appregistry/types.rb', line 624

class GetApplicationRequest < Struct.new(
  :application)
  SENSITIVE = []
  include Aws::Structure
end