Class: Aws::Types::Control

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :testing_information, :action_plan_title, :action_plan_instructions, :created_by, :last_updated_by])

Instance Attribute Summary collapse

Instance Attribute Details

#action_plan_instructions ⇒ ::String

Returns the value of attribute action_plan_instructions.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def action_plan_instructions
  @action_plan_instructions
end

#action_plan_title ⇒ ::String

Returns the value of attribute action_plan_title.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def action_plan_title
  @action_plan_title
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def arn
  @arn
end

#control_mapping_sources ⇒ ::Array[Types::ControlMappingSource]

Returns the value of attribute control_mapping_sources.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def control_mapping_sources
  @control_mapping_sources
end

#control_sources ⇒ ::String

Returns the value of attribute control_sources.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def control_sources
  @control_sources
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


303
304
305
# File 'sig/types.rbs', line 303

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def created_by
  @created_by
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def id
  @id
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


304
305
306
# File 'sig/types.rbs', line 304

def last_updated_at
  @last_updated_at
end

#last_updated_by ⇒ ::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def last_updated_by
  @last_updated_by
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def name
  @name
end

#state ⇒ "ACTIVE", "END_OF_SUPPORT"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "END_OF_SUPPORT")


308
309
310
# File 'sig/types.rbs', line 308

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


307
308
309
# File 'sig/types.rbs', line 307

def tags
  @tags
end

#testing_information ⇒ ::String

Returns the value of attribute testing_information.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def testing_information
  @testing_information
end

#type ⇒ "Standard", ...

Returns the value of attribute type.

Returns:

  • ("Standard", "Custom", "Core")


295
296
297
# File 'sig/types.rbs', line 295

def type
  @type
end