Class: Aws::Types::ExternalSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#byte_contentTypes::ByteContentDoc

Returns the value of attribute byte_content.



639
640
641
# File 'sig/types.rbs', line 639

def byte_content
  @byte_content
end

#s3_locationTypes::S3ObjectDoc

Returns the value of attribute s3_location.

Returns:



640
641
642
# File 'sig/types.rbs', line 640

def s3_location
  @s3_location
end

#source_type"S3", "BYTE_CONTENT"

Returns the value of attribute source_type.

Returns:

  • ("S3", "BYTE_CONTENT")


641
642
643
# File 'sig/types.rbs', line 641

def source_type
  @source_type
end