Class: Aws::Types::TemplateVersionSourceInput

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

Defined Under Namespace

Classes: S3, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3 ⇒ Types::S3ObjectSource

Returns the value of attribute s3.



1533
1534
1535
# File 'sig/types.rbs', line 1533

def s3
  @s3
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def unknown
  @unknown
end