Class: Aws::Types::Application

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#application_aggregated_status ⇒ Types::ApplicationAggregatedStatus

Returns the value of attribute application_aggregated_status.



23
24
25
# File 'sig/types.rbs', line 23

def application_aggregated_status
  @application_aggregated_status
end

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def application_id
  @application_id
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def arn
  @arn
end

#creation_date_time ⇒ ::String

Returns the value of attribute creation_date_time.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def description
  @description
end

#is_archived ⇒ Boolean

Returns the value of attribute is_archived.

Returns:

  • (Boolean)


22
23
24
# File 'sig/types.rbs', line 22

def is_archived
  @is_archived
end

#last_modified_date_time ⇒ ::String

Returns the value of attribute last_modified_date_time.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def last_modified_date_time
  @last_modified_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def name
  @name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


26
27
28
# File 'sig/types.rbs', line 26

def tags
  @tags
end

#wave_id ⇒ ::String

Returns the value of attribute wave_id.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def wave_id
  @wave_id
end