Class: Aws::Types::ProbeResult
- Inherits:
-
Object
- Object
- Aws::Types::ProbeResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container ⇒ Types::Container
Returns the value of attribute container.
-
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
-
#track_mappings ⇒ ::Array[Types::TrackMapping]
Returns the value of attribute track_mappings.
Instance Attribute Details
#container ⇒ Types::Container
Returns the value of attribute container.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def container @container end |
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def end |
#track_mappings ⇒ ::Array[Types::TrackMapping]
Returns the value of attribute track_mappings.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def track_mappings @track_mappings end |