Class: Aws::Types::PublishTypeInput

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)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def arn
  @arn
end

#public_version_number::String

Returns the value of attribute public_version_number.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def public_version_number
  @public_version_number
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

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


1359
1360
1361
# File 'sig/types.rbs', line 1359

def type
  @type
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def type_name
  @type_name
end