Class: Aws::Types::TypeVersionSummary

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)


2115
2116
2117
# File 'sig/types.rbs', line 2115

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def description
  @description
end

#is_default_versionBoolean

Returns the value of attribute is_default_version.

Returns:

  • (Boolean)


2114
2115
2116
# File 'sig/types.rbs', line 2114

def is_default_version
  @is_default_version
end

#public_version_number::String

Returns the value of attribute public_version_number.

Returns:

  • (::String)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def public_version_number
  @public_version_number
end

#time_created::Time

Returns the value of attribute time_created.

Returns:

  • (::Time)


2116
2117
2118
# File 'sig/types.rbs', line 2116

def time_created
  @time_created
end

#type"RESOURCE", ...

Returns the value of attribute type.

Returns:

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


2111
2112
2113
# File 'sig/types.rbs', line 2111

def type
  @type
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def type_name
  @type_name
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def version_id
  @version_id
end