Class: Aws::Types::EnableBaselineInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_identifier::String

Returns the value of attribute baseline_identifier.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def baseline_identifier
  @baseline_identifier
end

#baseline_version::String

Returns the value of attribute baseline_version.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def baseline_version
  @baseline_version
end

#parameters::Array[Types::EnabledBaselineParameter]

Returns the value of attribute parameters.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def parameters
  @parameters
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


130
131
132
# File 'sig/types.rbs', line 130

def tags
  @tags
end

#target_identifier::String

Returns the value of attribute target_identifier.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def target_identifier
  @target_identifier
end