Class: Aws::Types::AddApplicationOutputRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def application_name
  @application_name
end

#current_application_version_id::Integer

Returns the value of attribute current_application_version_id.

Returns:

  • (::Integer)


59
60
61
# File 'sig/types.rbs', line 59

def current_application_version_id
  @current_application_version_id
end

#outputTypes::Output

Returns the value of attribute output.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def output
  @output
end