Class: Aws::Types::LatestVersionReferences

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#latest_major_version_arn ⇒ ::String

Returns the value of attribute latest_major_version_arn.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def latest_major_version_arn
  @latest_major_version_arn
end

#latest_minor_version_arn ⇒ ::String

Returns the value of attribute latest_minor_version_arn.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def latest_minor_version_arn
  @latest_minor_version_arn
end

#latest_patch_version_arn ⇒ ::String

Returns the value of attribute latest_patch_version_arn.

Returns:

  • (::String)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def latest_patch_version_arn
  @latest_patch_version_arn
end

#latest_version_arn ⇒ ::String

Returns the value of attribute latest_version_arn.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def latest_version_arn
  @latest_version_arn
end