Class: Aws::Types::CreateVirtualMFADeviceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def path
  @path
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



319
320
321
# File 'sig/types.rbs', line 319

def tags
  @tags
end

#virtual_mfa_device_name::String

Returns the value of attribute virtual_mfa_device_name.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def virtual_mfa_device_name
  @virtual_mfa_device_name
end