Class: Aws::Pinpoint::Types::GetAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
6125 6126 6127 6128 6129 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6125 class GetAppRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |