Class: Aws::Types::DescribeRulesetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRulesetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#create_date ⇒ ::Time
Returns the value of attribute create_date.
458 459 460 |
# File 'sig/types.rbs', line 458 def create_date @create_date end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
459 460 461 |
# File 'sig/types.rbs', line 459 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
455 456 457 |
# File 'sig/types.rbs', line 455 def description @description end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
460 461 462 |
# File 'sig/types.rbs', line 460 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
461 462 463 |
# File 'sig/types.rbs', line 461 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
454 455 456 |
# File 'sig/types.rbs', line 454 def name @name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
462 463 464 |
# File 'sig/types.rbs', line 462 def resource_arn @resource_arn end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
457 458 459 |
# File 'sig/types.rbs', line 457 def rules @rules end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
463 464 465 |
# File 'sig/types.rbs', line 463 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
456 457 458 |
# File 'sig/types.rbs', line 456 def target_arn @target_arn end |