Class: Aws::Types::CustomContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_document_identifierTypes::CustomDocumentIdentifier

Returns the value of attribute custom_document_identifier.



621
622
623
# File 'sig/types.rbs', line 621

def custom_document_identifier
  @custom_document_identifier
end

#inline_contentTypes::InlineContent

Returns the value of attribute inline_content.



624
625
626
# File 'sig/types.rbs', line 624

def inline_content
  @inline_content
end

#s3_locationTypes::CustomS3Location

Returns the value of attribute s3_location.



623
624
625
# File 'sig/types.rbs', line 623

def s3_location
  @s3_location
end

#source_type"IN_LINE", "S3_LOCATION"

Returns the value of attribute source_type.

Returns:

  • ("IN_LINE", "S3_LOCATION")


622
623
624
# File 'sig/types.rbs', line 622

def source_type
  @source_type
end