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.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def container @container end |
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def @metadata end |
#track_mappings ⇒ ::Array[Types::TrackMapping]
Returns the value of attribute track_mappings.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def track_mappings @track_mappings end |