Class: Aws::Pinpoint::Types::GetAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass GetAppRequest data as a hash:
{
application_id: "__string", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
2438 2439 2440 2441 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2438 class GetAppRequest < Struct.new( :application_id) include Aws::Structure end |