Class: Aws::Types::GetApplicationOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applicationTypes::Application

Returns the value of attribute application.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def application
  @application
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


191
192
193
# File 'sig/types.rbs', line 191

def tags
  @tags
end