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)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def subnet_id
  @subnet_id
end