Class: Aws::Types::TypeSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_version_id::String

Returns the value of attribute default_version_id.

Returns:

  • (::String)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def default_version_id
  @default_version_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2099
2100
2101
# File 'sig/types.rbs', line 2099

def description
  @description
end

#is_activatedBoolean

Returns the value of attribute is_activated.

Returns:

  • (Boolean)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def is_activated
  @is_activated
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def last_updated
  @last_updated
end

#latest_public_version::String

Returns the value of attribute latest_public_version.

Returns:

  • (::String)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def latest_public_version
  @latest_public_version
end

#original_type_name::String

Returns the value of attribute original_type_name.

Returns:

  • (::String)


2101
2102
2103
# File 'sig/types.rbs', line 2101

def original_type_name
  @original_type_name
end

#public_version_number::String

Returns the value of attribute public_version_number.

Returns:

  • (::String)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def public_version_number
  @public_version_number
end

#publisher_id::String

Returns the value of attribute publisher_id.

Returns:

  • (::String)


2100
2101
2102
# File 'sig/types.rbs', line 2100

def publisher_id
  @publisher_id
end

#publisher_identity"AWS_Marketplace", ...

Returns the value of attribute publisher_identity.

Returns:

  • ("AWS_Marketplace", "GitHub", "Bitbucket")


2104
2105
2106
# File 'sig/types.rbs', line 2104

def publisher_identity
  @publisher_identity
end

#publisher_name::String

Returns the value of attribute publisher_name.

Returns:

  • (::String)


2105
2106
2107
# File 'sig/types.rbs', line 2105

def publisher_name
  @publisher_name
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

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


2094
2095
2096
# File 'sig/types.rbs', line 2094

def type
  @type
end

#type_arn::String

Returns the value of attribute type_arn.

Returns:

  • (::String)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def type_arn
  @type_arn
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def type_name
  @type_name
end