Class: Aws::Types::Application

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute application_tag.

Returns:

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


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

def application_tag
  @application_tag
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


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

def last_update_time
  @last_update_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end