Class: Aws::Types::DescribeTypeRegistrationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def description
  @description
end

#progress_status"COMPLETE", ...

Returns the value of attribute progress_status.

Returns:

  • ("COMPLETE", "IN_PROGRESS", "FAILED")


704
705
706
# File 'sig/types.rbs', line 704

def progress_status
  @progress_status
end

#type_arn::String

Returns the value of attribute type_arn.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def type_arn
  @type_arn
end

#type_version_arn::String

Returns the value of attribute type_version_arn.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def type_version_arn
  @type_version_arn
end