Class: Aws::Types::DescribeLocationFsxOntapResponse

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)


367
368
369
# File 'sig/types.rbs', line 367

def creation_time
  @creation_time
end

#fsx_filesystem_arn::String

Returns the value of attribute fsx_filesystem_arn.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def fsx_filesystem_arn
  @fsx_filesystem_arn
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def location_arn
  @location_arn
end

#location_uri::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def location_uri
  @location_uri
end

#protocolTypes::FsxProtocol

Returns the value of attribute protocol.

Returns:



370
371
372
# File 'sig/types.rbs', line 370

def protocol
  @protocol
end

#security_group_arns::Array[::String]

Returns the value of attribute security_group_arns.

Returns:

  • (::Array[::String])


371
372
373
# File 'sig/types.rbs', line 371

def security_group_arns
  @security_group_arns
end

#storage_virtual_machine_arn::String

Returns the value of attribute storage_virtual_machine_arn.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def storage_virtual_machine_arn
  @storage_virtual_machine_arn
end