Class: Aws::Types::ImportSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def source_arn
  @source_arn
end

#source_type"S3"

Returns the value of attribute source_type.

Returns:

  • ("S3")


1956
1957
1958
# File 'sig/types.rbs', line 1956

def source_type
  @source_type
end