Class: Aws::Types::FleetSummary
- Inherits:
-
Object
- Object
- Aws::Types::FleetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
488 489 490 |
# File 'sig/types.rbs', line 488 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
491 492 493 |
# File 'sig/types.rbs', line 491 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
489 490 491 |
# File 'sig/types.rbs', line 489 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
487 488 489 |
# File 'sig/types.rbs', line 487 def id @id end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
492 493 494 |
# File 'sig/types.rbs', line 492 def last_modification_time @last_modification_time end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
490 491 492 |
# File 'sig/types.rbs', line 490 def signal_catalog_arn @signal_catalog_arn end |