Class: Aws::Types::DescribeLocationFsxOpenZfsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


387
388
389
# File 'sig/types.rbs', line 387

def creation_time
  @creation_time
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def location_arn
  @location_arn
end

#location_uri::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def location_uri
  @location_uri
end

#protocolTypes::FsxProtocol

Returns the value of attribute protocol.

Returns:



386
387
388
# File 'sig/types.rbs', line 386

def protocol
  @protocol
end

#security_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


385
386
387
# File 'sig/types.rbs', line 385

def security_group_arns
  @security_group_arns
end