Class: Aws::Types::UpdateAppInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arn::String

Returns the value of attribute app_instance_arn.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def app_instance_arn
  @app_instance_arn
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def name
  @name
end