Class: Aws::Notifications::Types::ManagedNotificationConfigurationStructure

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

Overview

Describes the basic structure and properties of a ‘ManagedNotificationConfiguration`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration`.

Returns:

  • (String)


2081
2082
2083
2084
2085
2086
2087
# File 'lib/aws-sdk-notifications/types.rb', line 2081

class ManagedNotificationConfigurationStructure < Struct.new(
  :arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the ‘ManagedNotificationConfiguration`.

Returns:

  • (String)


2081
2082
2083
2084
2085
2086
2087
# File 'lib/aws-sdk-notifications/types.rb', line 2081

class ManagedNotificationConfigurationStructure < Struct.new(
  :arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ‘ManagedNotificationConfiguration`.

Returns:

  • (String)


2081
2082
2083
2084
2085
2086
2087
# File 'lib/aws-sdk-notifications/types.rb', line 2081

class ManagedNotificationConfigurationStructure < Struct.new(
  :arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end