Class: Aws::ControlTower::Types::GetBaselineInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_identifierString

The ARN of the Baseline resource to be retrieved.

Returns:

  • (String)


730
731
732
733
734
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 730

class GetBaselineInput < Struct.new(
  :baseline_identifier)
  SENSITIVE = []
  include Aws::Structure
end