Class: Aws::Types::AppInstanceSummary

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)


55
56
57
# File 'sig/types.rbs', line 55

def app_instance_arn
  @app_instance_arn
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


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

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def name
  @name
end