Class: Aws::Types::RulesetItem
- Inherits:
-
Object
- Object
- Aws::Types::RulesetItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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.
-
#rule_count ⇒ ::Integer
Returns the value of attribute rule_count.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
828 829 830 |
# File 'sig/types.rbs', line 828 def account_id @account_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
830 831 832 |
# File 'sig/types.rbs', line 830 def create_date @create_date end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
829 830 831 |
# File 'sig/types.rbs', line 829 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
831 832 833 |
# File 'sig/types.rbs', line 831 def description @description end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
832 833 834 |
# File 'sig/types.rbs', line 832 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
833 834 835 |
# File 'sig/types.rbs', line 833 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
834 835 836 |
# File 'sig/types.rbs', line 834 def name @name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
835 836 837 |
# File 'sig/types.rbs', line 835 def resource_arn @resource_arn end |
#rule_count ⇒ ::Integer
Returns the value of attribute rule_count.
836 837 838 |
# File 'sig/types.rbs', line 836 def rule_count @rule_count end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
837 838 839 |
# File 'sig/types.rbs', line 837 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
838 839 840 |
# File 'sig/types.rbs', line 838 def target_arn @target_arn end |