Class: Aws::Notifications::Types::GetNotificationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::GetNotificationConfigurationRequest
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the
NotificationConfigurationto return.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the NotificationConfiguration to
return.
957 958 959 960 961 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 957 class GetNotificationConfigurationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |