Class: Aws::Types::ControlMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ControlMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#control_sources ⇒ ::String
Returns the value of attribute control_sources.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
359 360 361 |
# File 'sig/types.rbs', line 359 def arn @arn end |
#control_sources ⇒ ::String
Returns the value of attribute control_sources.
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.
363 364 365 |
# File 'sig/types.rbs', line 363 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
361 362 363 |
# File 'sig/types.rbs', line 361 def name @name end |