Class: Aws::Types::DescribeLocationFsxLustreResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationFsxLustreResponse
- 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.
-
#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.
357 358 359 |
# File 'sig/types.rbs', line 357 def creation_time @creation_time end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
354 355 356 |
# File 'sig/types.rbs', line 354 def location_arn @location_arn end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
355 356 357 |
# File 'sig/types.rbs', line 355 def location_uri @location_uri end |
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
356 357 358 |
# File 'sig/types.rbs', line 356 def security_group_arns @security_group_arns end |