Class: Aws::Types::AffectedEntity
- Inherits:
-
Object
- Object
- Aws::Types::AffectedEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#entity_arn ⇒ ::String
Returns the value of attribute entity_arn.
-
#entity_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute entity_metadata.
-
#entity_url ⇒ ::String
Returns the value of attribute entity_url.
-
#entity_value ⇒ ::String
Returns the value of attribute entity_value.
-
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#status_code ⇒ "IMPAIRED", ...
Returns the value of attribute status_code.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def aws_account_id @aws_account_id end |
#entity_arn ⇒ ::String
Returns the value of attribute entity_arn.
19 20 21 |
# File 'sig/types.rbs', line 19 def entity_arn @entity_arn end |
#entity_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute entity_metadata.
27 28 29 |
# File 'sig/types.rbs', line 27 def end |
#entity_url ⇒ ::String
Returns the value of attribute entity_url.
22 23 24 |
# File 'sig/types.rbs', line 22 def entity_url @entity_url end |
#entity_value ⇒ ::String
Returns the value of attribute entity_value.
21 22 23 |
# File 'sig/types.rbs', line 21 def entity_value @entity_value end |
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
20 21 22 |
# File 'sig/types.rbs', line 20 def event_arn @event_arn end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
24 25 26 |
# File 'sig/types.rbs', line 24 def last_updated_time @last_updated_time end |
#status_code ⇒ "IMPAIRED", ...
Returns the value of attribute status_code.
25 26 27 |
# File 'sig/types.rbs', line 25 def status_code @status_code end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
26 27 28 |
# File 'sig/types.rbs', line 26 def end |