Class: Aws::Types::DescribeTypeInput

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)


660
661
662
# File 'sig/types.rbs', line 660

def arn
  @arn
end

#public_version_number::String

Returns the value of attribute public_version_number.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def public_version_number
  @public_version_number
end

#publisher_id::String

Returns the value of attribute publisher_id.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def publisher_id
  @publisher_id
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

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


658
659
660
# File 'sig/types.rbs', line 658

def type
  @type
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def type_name
  @type_name
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def version_id
  @version_id
end