Class: Aws::Types::StartAppInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def description
  @description
end

#domain ⇒ ::String

Returns the value of attribute domain.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def domain
  @domain
end

#launch_overrides ⇒ Types::LaunchOverrides

Returns the value of attribute launch_overrides.



226
227
228
# File 'sig/types.rbs', line 226

def launch_overrides
  @launch_overrides
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def name
  @name
end

#simulation ⇒ ::String

Returns the value of attribute simulation.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def simulation
  @simulation
end