Class: Aws::Types::CreateMountTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMountTargetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#ip_address_type ⇒ "IPV4_ONLY", ...
Returns the value of attribute ip_address_type.
-
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def file_system_id @file_system_id end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
97 98 99 |
# File 'sig/types.rbs', line 97 def ip_address @ip_address end |
#ip_address_type ⇒ "IPV4_ONLY", ...
Returns the value of attribute ip_address_type.
99 100 101 |
# File 'sig/types.rbs', line 99 def ip_address_type @ip_address_type end |
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
98 99 100 |
# File 'sig/types.rbs', line 98 def ipv_6_address @ipv_6_address end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
100 101 102 |
# File 'sig/types.rbs', line 100 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def subnet_id @subnet_id end |