Class: Aws::Types::CreateMountTargetRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("IPV4_ONLY", "IPV6_ONLY", "DUAL_STACK")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def subnet_id
  @subnet_id
end