Class: Aws::Types::SetTypeDefaultVersionInput

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)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def arn
  @arn
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

  • ("RESOURCE", "MODULE", "HOOK")


1597
1598
1599
# File 'sig/types.rbs', line 1597

def type
  @type
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def type_name
  @type_name
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def version_id
  @version_id
end