Class: Aws::Types::ApplicationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture ⇒ "ARM64", "X86_64"

Returns the value of attribute architecture.

Returns:

  • ("ARM64", "X86_64")


50
51
52
# File 'sig/types.rbs', line 50

def architecture
  @architecture
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


48
49
50
# File 'sig/types.rbs', line 48

def created_at
  @created_at
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def name
  @name
end

#release_label ⇒ ::String

Returns the value of attribute release_label.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def release_label
  @release_label
end

#state ⇒ "CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "STARTING", "STARTED", "STOPPING", "STOPPED", "TERMINATED")


46
47
48
# File 'sig/types.rbs', line 46

def state
  @state
end

#state_details ⇒ ::String

Returns the value of attribute state_details.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def state_details
  @state_details
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def type
  @type
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


49
50
51
# File 'sig/types.rbs', line 49

def updated_at
  @updated_at
end