Class: Aws::Types::Actor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:mfa_forwarding_address])

Instance Attribute Summary collapse

Instance Attribute Details

#authenticationTypes::Authentication

Returns the value of attribute authentication.



29
30
31
# File 'sig/types.rbs', line 29

def authentication
  @authentication
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def description
  @description
end

#enable_email_mfaBoolean

Returns the value of attribute enable_email_mfa.

Returns:

  • (Boolean)


31
32
33
# File 'sig/types.rbs', line 31

def enable_email_mfa
  @enable_email_mfa
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def identifier
  @identifier
end

#mfa_forwarding_address::String

Returns the value of attribute mfa_forwarding_address.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def mfa_forwarding_address
  @mfa_forwarding_address
end

#uris::Array[::String]

Returns the value of attribute uris.

Returns:

  • (::Array[::String])


28
29
30
# File 'sig/types.rbs', line 28

def uris
  @uris
end