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)


43
44
45
# File 'sig/types.rbs', line 43

def application_name
  @application_name
end

#current_application_version_id::Integer

Returns the value of attribute current_application_version_id.

Returns:

  • (::Integer)


44
45
46
# File 'sig/types.rbs', line 44

def current_application_version_id
  @current_application_version_id
end

#outputTypes::Output

Returns the value of attribute output.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def output
  @output
end