Class: Aws::Types::AccountSettingsNotificationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def role_arn
  @role_arn
end

#sns_configurationTypes::SnsConfiguration

Returns the value of attribute sns_configuration.



17
18
19
# File 'sig/types.rbs', line 17

def sns_configuration
  @sns_configuration
end