Class: Aws::Types::AssessmentTarget
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_group_arn ⇒ ::String
Returns the value of attribute resource_group_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
130 131 132 |
# File 'sig/types.rbs', line 130 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
128 129 130 |
# File 'sig/types.rbs', line 128 def name @name end |
#resource_group_arn ⇒ ::String
Returns the value of attribute resource_group_arn.
129 130 131 |
# File 'sig/types.rbs', line 129 def resource_group_arn @resource_group_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
131 132 133 |
# File 'sig/types.rbs', line 131 def updated_at @updated_at end |