Class: Aws::Types::DescribeLocationFsxOntapResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationFsxOntapResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#fsx_filesystem_arn ⇒ ::String
Returns the value of attribute fsx_filesystem_arn.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
-
#protocol ⇒ Types::FsxProtocol
Returns the value of attribute protocol.
-
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
-
#storage_virtual_machine_arn ⇒ ::String
Returns the value of attribute storage_virtual_machine_arn.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
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.
369 370 371 |
# File 'sig/types.rbs', line 369 def location_uri @location_uri end |
#protocol ⇒ Types::FsxProtocol
Returns the value of attribute protocol.
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.
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.
372 373 374 |
# File 'sig/types.rbs', line 372 def storage_virtual_machine_arn @storage_virtual_machine_arn end |