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_type ⇒ "IPV4_ONLY", ...
Returns the value of attribute ip_address_type.
-
#ipv4_address ⇒ ::String
Returns the value of attribute ipv4_address.
-
#ipv6_address ⇒ ::String
Returns the value of attribute ipv6_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.
71 72 73 |
# File 'sig/types.rbs', line 71 def file_system_id @file_system_id end |
#ip_address_type ⇒ "IPV4_ONLY", ...
Returns the value of attribute ip_address_type.
75 76 77 |
# File 'sig/types.rbs', line 75 def ip_address_type @ip_address_type end |
#ipv4_address ⇒ ::String
Returns the value of attribute ipv4_address.
73 74 75 |
# File 'sig/types.rbs', line 73 def ipv4_address @ipv4_address end |
#ipv6_address ⇒ ::String
Returns the value of attribute ipv6_address.
74 75 76 |
# File 'sig/types.rbs', line 74 def ipv6_address @ipv6_address end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
76 77 78 |
# File 'sig/types.rbs', line 76 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def subnet_id @subnet_id end |