Class: Aws::AppRegistry::Types::GetApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::GetApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The name, ID, or ARN of the application.
Instance Attribute Details
#application ⇒ String
The name, ID, or ARN of the application.
624 625 626 627 628 |
# File 'lib/aws-sdk-appregistry/types.rb', line 624 class GetApplicationRequest < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |