Class: Aws::Types::ResponseCard
- Inherits:
-
Object
- Object
- Aws::Types::ResponseCard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "application/vnd.amazonaws.card.generic"
Returns the value of attribute content_type.
-
#generic_attachments ⇒ ::Array[Types::GenericAttachment]
Returns the value of attribute generic_attachments.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#content_type ⇒ "application/vnd.amazonaws.card.generic"
Returns the value of attribute content_type.
250 251 252 |
# File 'sig/types.rbs', line 250 def content_type @content_type end |
#generic_attachments ⇒ ::Array[Types::GenericAttachment]
Returns the value of attribute generic_attachments.
251 252 253 |
# File 'sig/types.rbs', line 251 def end |
#version ⇒ ::String
Returns the value of attribute version.
249 250 251 |
# File 'sig/types.rbs', line 249 def version @version end |