Class: Aws::Types::DescribeLocationFsxOpenZfsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationFsxOpenZfsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
384 385 386 |
# File 'sig/types.rbs', line 384 def location_uri @location_uri end |
#protocol ⇒ Types::FsxProtocol
Returns the value of attribute protocol.
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.
385 386 387 |
# File 'sig/types.rbs', line 385 def security_group_arns @security_group_arns end |