Class: Aws::Types::CreateLocationFsxOntapRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationFsxOntapRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
Instance Attribute Details
#protocol ⇒ Types::FsxProtocol
Returns the value of attribute protocol.
102 103 104 |
# File 'sig/types.rbs', line 102 def protocol @protocol end |
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
103 104 105 |
# File 'sig/types.rbs', line 103 def security_group_arns @security_group_arns end |
#storage_virtual_machine_arn ⇒ ::String
Returns the value of attribute storage_virtual_machine_arn.
104 105 106 |
# File 'sig/types.rbs', line 104 def storage_virtual_machine_arn @storage_virtual_machine_arn end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
105 106 107 |
# File 'sig/types.rbs', line 105 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
106 107 108 |
# File 'sig/types.rbs', line 106 def @tags end |