Class: Aws::Types::CreateLocationFsxOntapRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#protocolTypes::FsxProtocol

Returns the value of attribute protocol.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def protocol
  @protocol
end

#security_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


103
104
105
# File 'sig/types.rbs', line 103

def security_group_arns
  @security_group_arns
end

#storage_virtual_machine_arn::String

Returns the value of attribute storage_virtual_machine_arn.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def storage_virtual_machine_arn
  @storage_virtual_machine_arn
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def tags
  @tags
end