Class: Aws::Notifications::Types::GetManagedNotificationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::GetManagedNotificationConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the ‘ManagedNotificationConfiguration` resource.
-
#category ⇒ String
The category of the ‘ManagedNotificationConfiguration`.
-
#description ⇒ String
The description of the ‘ManagedNotificationConfiguration`.
-
#name ⇒ String
The name of the ‘ManagedNotificationConfiguration`.
-
#sub_category ⇒ String
The subCategory of the ‘ManagedNotificationConfiguration`.
Instance Attribute Details
#arn ⇒ String
The ARN of the ‘ManagedNotificationConfiguration` resource.
880 881 882 883 884 885 886 887 888 |
# File 'lib/aws-sdk-notifications/types.rb', line 880 class GetManagedNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :category, :sub_category) SENSITIVE = [] include Aws::Structure end |
#category ⇒ String
The category of the ‘ManagedNotificationConfiguration`.
880 881 882 883 884 885 886 887 888 |
# File 'lib/aws-sdk-notifications/types.rb', line 880 class GetManagedNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :category, :sub_category) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the ‘ManagedNotificationConfiguration`.
880 881 882 883 884 885 886 887 888 |
# File 'lib/aws-sdk-notifications/types.rb', line 880 class GetManagedNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :category, :sub_category) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ‘ManagedNotificationConfiguration`.
880 881 882 883 884 885 886 887 888 |
# File 'lib/aws-sdk-notifications/types.rb', line 880 class GetManagedNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :category, :sub_category) SENSITIVE = [] include Aws::Structure end |
#sub_category ⇒ String
The subCategory of the ‘ManagedNotificationConfiguration`.
880 881 882 883 884 885 886 887 888 |
# File 'lib/aws-sdk-notifications/types.rb', line 880 class GetManagedNotificationConfigurationResponse < Struct.new( :arn, :name, :description, :category, :sub_category) SENSITIVE = [] include Aws::Structure end |