Class: Aws::Types::Type

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def arn
  @arn
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def definition
  @definition
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def description
  @description
end

#format"SDL", "JSON"

Returns the value of attribute format.

Returns:

  • ("SDL", "JSON")


1286
1287
1288
# File 'sig/types.rbs', line 1286

def format
  @format
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def name
  @name
end