Class: Aws::Types::DescribeObservationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeObservationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#observation_id ⇒ ::String
Returns the value of attribute observation_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
212 213 214 |
# File 'sig/types.rbs', line 212 def account_id @account_id end |
#observation_id ⇒ ::String
Returns the value of attribute observation_id.
211 212 213 |
# File 'sig/types.rbs', line 211 def observation_id @observation_id end |