Class: Aws::Types::AppInstance

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)


12
13
14
# File 'sig/types.rbs', line 12

def app_instance_arn
  @app_instance_arn
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


14
15
16
# File 'sig/types.rbs', line 14

def created_timestamp
  @created_timestamp
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


15
16
17
# File 'sig/types.rbs', line 15

def last_updated_timestamp
  @last_updated_timestamp
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def 
  
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def name
  @name
end