Class: Aws::Types::ApplicationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ "ARM64", "X86_64"
Returns the value of attribute architecture.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#state_details ⇒ ::String
Returns the value of attribute state_details.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#architecture ⇒ "ARM64", "X86_64"
Returns the value of attribute architecture.
50 51 52 |
# File 'sig/types.rbs', line 50 def architecture @architecture end |
#arn ⇒ ::String
Returns the value of attribute arn.
43 44 45 |
# File 'sig/types.rbs', line 43 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
48 49 50 |
# File 'sig/types.rbs', line 48 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
41 42 43 |
# File 'sig/types.rbs', line 41 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
42 43 44 |
# File 'sig/types.rbs', line 42 def name @name end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
44 45 46 |
# File 'sig/types.rbs', line 44 def release_label @release_label end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
46 47 48 |
# File 'sig/types.rbs', line 46 def state @state end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
47 48 49 |
# File 'sig/types.rbs', line 47 def state_details @state_details end |
#type ⇒ ::String
Returns the value of attribute type.
45 46 47 |
# File 'sig/types.rbs', line 45 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
49 50 51 |
# File 'sig/types.rbs', line 49 def updated_at @updated_at end |