Class: Aws::Types::OnDeviceServiceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OnDeviceServiceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eks_on_device_service ⇒ Types::EKSOnDeviceServiceConfiguration
Returns the value of attribute eks_on_device_service.
-
#nfs_on_device_service ⇒ Types::NFSOnDeviceServiceConfiguration
Returns the value of attribute nfs_on_device_service.
-
#s3_on_device_service ⇒ Types::S3OnDeviceServiceConfiguration
Returns the value of attribute s3_on_device_service.
-
#tgw_on_device_service ⇒ Types::TGWOnDeviceServiceConfiguration
Returns the value of attribute tgw_on_device_service.
Instance Attribute Details
#eks_on_device_service ⇒ Types::EKSOnDeviceServiceConfiguration
Returns the value of attribute eks_on_device_service.
535 536 537 |
# File 'sig/types.rbs', line 535 def eks_on_device_service @eks_on_device_service end |
#nfs_on_device_service ⇒ Types::NFSOnDeviceServiceConfiguration
Returns the value of attribute nfs_on_device_service.
533 534 535 |
# File 'sig/types.rbs', line 533 def nfs_on_device_service @nfs_on_device_service end |
#s3_on_device_service ⇒ Types::S3OnDeviceServiceConfiguration
Returns the value of attribute s3_on_device_service.
536 537 538 |
# File 'sig/types.rbs', line 536 def s3_on_device_service @s3_on_device_service end |
#tgw_on_device_service ⇒ Types::TGWOnDeviceServiceConfiguration
Returns the value of attribute tgw_on_device_service.
534 535 536 |
# File 'sig/types.rbs', line 534 def tgw_on_device_service @tgw_on_device_service end |