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)


305
306
307
# File 'sig/types.rbs', line 305

def path
  @path
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



307
308
309
# File 'sig/types.rbs', line 307

def tags
  @tags
end

#virtual_mfa_device_name::String

Returns the value of attribute virtual_mfa_device_name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def virtual_mfa_device_name
  @virtual_mfa_device_name
end