Class: Aws::Types::FsxOntapConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FsxOntapConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
-
#storage_virtual_machine_id ⇒ ::String
Returns the value of attribute storage_virtual_machine_id.
Instance Attribute Details
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
517 518 519 |
# File 'sig/types.rbs', line 517 def credentials_secret_arn @credentials_secret_arn end |
#storage_virtual_machine_id ⇒ ::String
Returns the value of attribute storage_virtual_machine_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def storage_virtual_machine_id @storage_virtual_machine_id end |