Class: Aws::Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
-
#iam ⇒ ::String
Returns the value of attribute iam.
Instance Attribute Details
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def access_point_id @access_point_id end |
#iam ⇒ ::String
Returns the value of attribute iam.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def iam @iam end |