Class: Aws::AppConfig::Types::GetApplicationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application you want to get.

Returns:

  • (String)


2313
2314
2315
2316
2317
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2313

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