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)


1495
1496
1497
1498
1499
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1495

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