Class: Aws::Types::StorageVirtualMachine
- Inherits:
-
Object
- Object
- Aws::Types::StorageVirtualMachine
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory_configuration ⇒ Types::SvmActiveDirectoryConfiguration
Returns the value of attribute active_directory_configuration.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#endpoints ⇒ Types::SvmEndpoints
Returns the value of attribute endpoints.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#lifecycle ⇒ "CREATED", ...
Returns the value of attribute lifecycle.
-
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
Returns the value of attribute lifecycle_transition_reason.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#root_volume_security_style ⇒ "UNIX", ...
Returns the value of attribute root_volume_security_style.
-
#storage_virtual_machine_id ⇒ ::String
Returns the value of attribute storage_virtual_machine_id.
-
#subtype ⇒ "DEFAULT", ...
Returns the value of attribute subtype.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
Instance Attribute Details
#active_directory_configuration ⇒ Types::SvmActiveDirectoryConfiguration
Returns the value of attribute active_directory_configuration.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def active_directory_configuration @active_directory_configuration end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def creation_time @creation_time end |
#endpoints ⇒ Types::SvmEndpoints
Returns the value of attribute endpoints.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def endpoints @endpoints end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def file_system_id @file_system_id end |
#lifecycle ⇒ "CREATED", ...
Returns the value of attribute lifecycle.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def lifecycle @lifecycle end |
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
Returns the value of attribute lifecycle_transition_reason.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def lifecycle_transition_reason @lifecycle_transition_reason end |
#name ⇒ ::String
Returns the value of attribute name.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def name @name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def resource_arn @resource_arn end |
#root_volume_security_style ⇒ "UNIX", ...
Returns the value of attribute root_volume_security_style.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def root_volume_security_style @root_volume_security_style end |
#storage_virtual_machine_id ⇒ ::String
Returns the value of attribute storage_virtual_machine_id.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def storage_virtual_machine_id @storage_virtual_machine_id end |
#subtype ⇒ "DEFAULT", ...
Returns the value of attribute subtype.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def subtype @subtype end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def uuid @uuid end |