Class: Aws::Types::IdentityInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#identity_name::String

Returns the value of attribute identity_name.

Returns:



1081
1082
1083
# File 'sig/types.rbs', line 1081

def identity_name
  @identity_name
end

#identity_type"EMAIL_ADDRESS", ...

Returns the value of attribute identity_type.

Returns:



1080
1081
1082
# File 'sig/types.rbs', line 1080

def identity_type
  @identity_type
end

#sending_enabledBoolean

Returns the value of attribute sending_enabled.

Returns:



1082
1083
1084
# File 'sig/types.rbs', line 1082

def sending_enabled
  @sending_enabled
end

#verification_status"PENDING", ...

Returns the value of attribute verification_status.

Returns:



1083
1084
1085
# File 'sig/types.rbs', line 1083

def verification_status
  @verification_status
end