Class: Aws::Notifications::Types::GetNotificationConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ‘NotificationConfiguration` to return.

Returns:

  • (String)


943
944
945
946
947
# File 'lib/aws-sdk-notifications/types.rb', line 943

class GetNotificationConfigurationRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end