Class: Aws::Types::GuardrailSummary
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailSummary
- 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.
-
#cross_region_details ⇒ Types::GuardrailCrossRegionDetails
Returns the value of attribute cross_region_details.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def created_at @created_at end |
#cross_region_details ⇒ Types::GuardrailCrossRegionDetails
Returns the value of attribute cross_region_details.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def cross_region_details @cross_region_details end |
#description ⇒ ::String
Returns the value of attribute description.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def version @version end |