Class: Aws::Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails
Returns the value of attribute authorization_config.
-
#filesystem_id ⇒ ::String
Returns the value of attribute filesystem_id.
-
#root_directory ⇒ ::String
Returns the value of attribute root_directory.
-
#transit_encryption ⇒ ::String
Returns the value of attribute transit_encryption.
-
#transit_encryption_port ⇒ ::Integer
Returns the value of attribute transit_encryption_port.
Instance Attribute Details
#authorization_config ⇒ Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails
Returns the value of attribute authorization_config.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def @authorization_config end |
#filesystem_id ⇒ ::String
Returns the value of attribute filesystem_id.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def filesystem_id @filesystem_id end |
#root_directory ⇒ ::String
Returns the value of attribute root_directory.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def root_directory @root_directory end |
#transit_encryption ⇒ ::String
Returns the value of attribute transit_encryption.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def transit_encryption @transit_encryption end |
#transit_encryption_port ⇒ ::Integer
Returns the value of attribute transit_encryption_port.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def transit_encryption_port @transit_encryption_port end |