Class: Aws::Types::CreateVirtualMFADeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVirtualMFADeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path ⇒ ::String
Returns the value of attribute path.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#virtual_mfa_device_name ⇒ ::String
Returns the value of attribute virtual_mfa_device_name.
Instance Attribute Details
#path ⇒ ::String
Returns the value of attribute path.
305 306 307 |
# File 'sig/types.rbs', line 305 def path @path end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
307 308 309 |
# File 'sig/types.rbs', line 307 def @tags end |
#virtual_mfa_device_name ⇒ ::String
Returns the value of attribute virtual_mfa_device_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def virtual_mfa_device_name @virtual_mfa_device_name end |