Class: Aws::Notifications::Types::GetManagedNotificationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::GetManagedNotificationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration` to return.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration` to return.
852 853 854 855 856 |
# File 'lib/aws-sdk-notifications/types.rb', line 852 class GetManagedNotificationConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |