Class: Aws::Notifications::Types::MediaElement
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::MediaElement
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Describes a media element.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#caption ⇒ String
The caption of the media.
-
#media_id ⇒ String
The unique ID for the media.
-
#type ⇒ String
The type of media.
-
#url ⇒ String
The URL of the media.
Instance Attribute Details
#caption ⇒ String
The caption of the media.
2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2418 class MediaElement < Struct.new( :media_id, :type, :url, :caption) SENSITIVE = [] include Aws::Structure end |
#media_id ⇒ String
The unique ID for the media.
2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2418 class MediaElement < Struct.new( :media_id, :type, :url, :caption) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of media.
2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2418 class MediaElement < Struct.new( :media_id, :type, :url, :caption) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL of the media.
2418 2419 2420 2421 2422 2423 2424 2425 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2418 class MediaElement < Struct.new( :media_id, :type, :url, :caption) SENSITIVE = [] include Aws::Structure end |