Class: Aws::Types::GetFleetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFleetResponse
- 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.
574 575 576 |
# File 'sig/types.rbs', line 574 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
577 578 579 |
# File 'sig/types.rbs', line 577 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
575 576 577 |
# File 'sig/types.rbs', line 575 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
573 574 575 |
# File 'sig/types.rbs', line 573 def id @id end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
578 579 580 |
# File 'sig/types.rbs', line 578 def last_modification_time @last_modification_time end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
576 577 578 |
# File 'sig/types.rbs', line 576 def signal_catalog_arn @signal_catalog_arn end |