Class: Aws::Types::AggregatedSourceStatus
- Inherits:
-
Object
- Object
- Aws::Types::AggregatedSourceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#last_error_code ⇒ ::String
Returns the value of attribute last_error_code.
-
#last_error_message ⇒ ::String
Returns the value of attribute last_error_message.
-
#last_update_status ⇒ "FAILED", ...
Returns the value of attribute last_update_status.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#source_type ⇒ "ACCOUNT", "ORGANIZATION"
Returns the value of attribute source_type.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
97 98 99 |
# File 'sig/types.rbs', line 97 def aws_region @aws_region end |
#last_error_code ⇒ ::String
Returns the value of attribute last_error_code.
100 101 102 |
# File 'sig/types.rbs', line 100 def last_error_code @last_error_code end |
#last_error_message ⇒ ::String
Returns the value of attribute last_error_message.
101 102 103 |
# File 'sig/types.rbs', line 101 def @last_error_message end |
#last_update_status ⇒ "FAILED", ...
Returns the value of attribute last_update_status.
98 99 100 |
# File 'sig/types.rbs', line 98 def last_update_status @last_update_status end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
99 100 101 |
# File 'sig/types.rbs', line 99 def last_update_time @last_update_time end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def source_id @source_id end |
#source_type ⇒ "ACCOUNT", "ORGANIZATION"
Returns the value of attribute source_type.
96 97 98 |
# File 'sig/types.rbs', line 96 def source_type @source_type end |