Class: Aws::Types::Definition

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

Defined Under Namespace

Classes: Content, S3Location, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def content
  @content
end

#s3_location::String

Returns the value of attribute s3_location.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def s3_location
  @s3_location
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


331
332
333
# File 'sig/types.rbs', line 331

def unknown
  @unknown
end