Class: Aws::Types::DescribeTypeOutput

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)


668
669
670
# File 'sig/types.rbs', line 668

def arn
  @arn
end

#auto_updateBoolean

Returns the value of attribute auto_update.

Returns:

  • (Boolean)


694
695
696
# File 'sig/types.rbs', line 694

def auto_update
  @auto_update
end

#configuration_schema::String

Returns the value of attribute configuration_schema.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def configuration_schema
  @configuration_schema
end

#default_version_id::String

Returns the value of attribute default_version_id.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def default_version_id
  @default_version_id
end

#deprecated_status"LIVE", "DEPRECATED"

Returns the value of attribute deprecated_status.

Returns:

  • ("LIVE", "DEPRECATED")


678
679
680
# File 'sig/types.rbs', line 678

def deprecated_status
  @deprecated_status
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def description
  @description
end

#documentation_url::String

Returns the value of attribute documentation_url.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def documentation_url
  @documentation_url
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def execution_role_arn
  @execution_role_arn
end

#is_activatedBoolean

Returns the value of attribute is_activated.

Returns:

  • (Boolean)


693
694
695
# File 'sig/types.rbs', line 693

def is_activated
  @is_activated
end

#is_default_versionBoolean

Returns the value of attribute is_default_version.

Returns:

  • (Boolean)


672
673
674
# File 'sig/types.rbs', line 672

def is_default_version
  @is_default_version
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


685
686
687
# File 'sig/types.rbs', line 685

def last_updated
  @last_updated
end

#latest_public_version::String

Returns the value of attribute latest_public_version.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def latest_public_version
  @latest_public_version
end

#logging_configTypes::LoggingConfig

Returns the value of attribute logging_config.



679
680
681
# File 'sig/types.rbs', line 679

def logging_config
  @logging_config
end

#original_type_arn::String

Returns the value of attribute original_type_arn.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def original_type_arn
  @original_type_arn
end

#original_type_name::String

Returns the value of attribute original_type_name.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def original_type_name
  @original_type_name
end

#provisioning_type"NON_PROVISIONABLE", ...

Returns the value of attribute provisioning_type.

Returns:

  • ("NON_PROVISIONABLE", "IMMUTABLE", "FULLY_MUTABLE")


677
678
679
# File 'sig/types.rbs', line 677

def provisioning_type
  @provisioning_type
end

#public_version_number::String

Returns the value of attribute public_version_number.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def public_version_number
  @public_version_number
end

#publisher_id::String

Returns the value of attribute publisher_id.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def publisher_id
  @publisher_id
end

#required_activated_types::Array[Types::RequiredActivatedType]

Returns the value of attribute required_activated_types.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def required_activated_types
  @required_activated_types
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def schema
  @schema
end

#source_url::String

Returns the value of attribute source_url.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def source_url
  @source_url
end

#time_created::Time

Returns the value of attribute time_created.

Returns:

  • (::Time)


686
687
688
# File 'sig/types.rbs', line 686

def time_created
  @time_created
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

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


669
670
671
# File 'sig/types.rbs', line 669

def type
  @type
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def type_name
  @type_name
end

#type_tests_status"PASSED", ...

Returns the value of attribute type_tests_status.

Returns:

  • ("PASSED", "FAILED", "IN_PROGRESS", "NOT_TESTED")


673
674
675
# File 'sig/types.rbs', line 673

def type_tests_status
  @type_tests_status
end

#type_tests_status_description::String

Returns the value of attribute type_tests_status_description.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def type_tests_status_description
  @type_tests_status_description
end

#visibility"PUBLIC", "PRIVATE"

Returns the value of attribute visibility.

Returns:

  • ("PUBLIC", "PRIVATE")


682
683
684
# File 'sig/types.rbs', line 682

def visibility
  @visibility
end