Class: Aws::Types::ControlMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def arn
  @arn
end

#control_sources ⇒ ::String

Returns the value of attribute control_sources.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def control_sources
  @control_sources
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


363
364
365
# File 'sig/types.rbs', line 363

def created_at
  @created_at
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def id
  @id
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


364
365
366
# File 'sig/types.rbs', line 364

def last_updated_at
  @last_updated_at
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def name
  @name
end