Class: Aws::Types::AwsEcsTaskVolumeDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskVolumeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host ⇒ Types::AwsEcsTaskVolumeHostDetails
Returns the value of attribute host.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#host ⇒ Types::AwsEcsTaskVolumeHostDetails
Returns the value of attribute host.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def host @host end |
#name ⇒ ::String
Returns the value of attribute name.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def name @name end |