Class: Aws::Types::RequiredActivatedType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#original_type_name::String

Returns the value of attribute original_type_name.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def original_type_name
  @original_type_name
end

#publisher_id::String

Returns the value of attribute publisher_id.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def publisher_id
  @publisher_id
end

#supported_major_versions::Array[::Integer]

Returns the value of attribute supported_major_versions.

Returns:

  • (::Array[::Integer])


1415
1416
1417
# File 'sig/types.rbs', line 1415

def supported_major_versions
  @supported_major_versions
end

#type_name_alias::String

Returns the value of attribute type_name_alias.

Returns:

  • (::String)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def type_name_alias
  @type_name_alias
end