Class: Aws::Types::ResponseCard

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"application/vnd.amazonaws.card.generic"

Returns the value of attribute content_type.

Returns:



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.

Returns:



251
252
253
# File 'sig/types.rbs', line 251

def generic_attachments
  @generic_attachments
end

#version::String

Returns the value of attribute version.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def version
  @version
end