Class: Aws::Types::App

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_name::String

Returns the value of attribute app_name.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def app_name
  @app_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


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

def port
  @port
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def protocol
  @protocol
end