Class: Aws::Types::DataCollectionDetails
- Inherits:
-
Object
- Object
- Aws::Types::DataCollectionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#in_progress ⇒ ::Integer
Returns the value of attribute in_progress.
-
#servers ⇒ ::Integer
Returns the value of attribute servers.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#success ⇒ ::Integer
Returns the value of attribute success.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
193 194 195 |
# File 'sig/types.rbs', line 193 def completion_time @completion_time end |
#failed ⇒ ::Integer
Returns the value of attribute failed.
194 195 196 |
# File 'sig/types.rbs', line 194 def failed @failed end |
#in_progress ⇒ ::Integer
Returns the value of attribute in_progress.
195 196 197 |
# File 'sig/types.rbs', line 195 def in_progress @in_progress end |
#servers ⇒ ::Integer
Returns the value of attribute servers.
196 197 198 |
# File 'sig/types.rbs', line 196 def servers @servers end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
197 198 199 |
# File 'sig/types.rbs', line 197 def start_time @start_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
198 199 200 |
# File 'sig/types.rbs', line 198 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
199 200 201 |
# File 'sig/types.rbs', line 199 def @status_message end |
#success ⇒ ::Integer
Returns the value of attribute success.
200 201 202 |
# File 'sig/types.rbs', line 200 def success @success end |