Class: Aws::Notifications::Types::ManagedNotificationConfigurationStructure
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ManagedNotificationConfigurationStructure
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Describes the basic structure and properties of a
ManagedNotificationConfiguration
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the
ManagedNotificationConfiguration
. -
#description ⇒ String
The description of the
ManagedNotificationConfiguration
. -
#name ⇒ String
The name of the
ManagedNotificationConfiguration
.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the
ManagedNotificationConfiguration
.
2081 2082 2083 2084 2085 2086 2087 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2081 class ManagedNotificationConfigurationStructure < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the ManagedNotificationConfiguration
.
2081 2082 2083 2084 2085 2086 2087 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2081 class ManagedNotificationConfigurationStructure < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ManagedNotificationConfiguration
.
2081 2082 2083 2084 2085 2086 2087 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2081 class ManagedNotificationConfigurationStructure < Struct.new( :arn, :name, :description) SENSITIVE = [] include Aws::Structure end |