Class: Aws::Types::DescribeReleaseLabelOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applications::Array[Types::SimplifiedApplication]

Returns the value of attribute applications.

Returns:



403
404
405
# File 'sig/types.rbs', line 403

def applications
  @applications
end

#available_os_releases::Array[Types::OSRelease]

Returns the value of attribute available_os_releases.

Returns:



405
406
407
# File 'sig/types.rbs', line 405

def available_os_releases
  @available_os_releases
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def next_token
  @next_token
end

#release_label::String

Returns the value of attribute release_label.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def release_label
  @release_label
end