Class: Aws::Types::BackupSelection
- Inherits:
-
Object
- Object
- Aws::Types::BackupSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#list_of_tags ⇒ ::Array[Types::Condition]
Returns the value of attribute list_of_tags.
-
#not_resources ⇒ ::Array[::String]
Returns the value of attribute not_resources.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
-
#selection_name ⇒ ::String
Returns the value of attribute selection_name.
Instance Attribute Details
#conditions ⇒ Types::Conditions
Returns the value of attribute conditions.
163 164 165 |
# File 'sig/types.rbs', line 163 def conditions @conditions end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
159 160 161 |
# File 'sig/types.rbs', line 159 def iam_role_arn @iam_role_arn end |
#list_of_tags ⇒ ::Array[Types::Condition]
Returns the value of attribute list_of_tags.
161 162 163 |
# File 'sig/types.rbs', line 161 def @list_of_tags end |
#not_resources ⇒ ::Array[::String]
Returns the value of attribute not_resources.
162 163 164 |
# File 'sig/types.rbs', line 162 def not_resources @not_resources end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
160 161 162 |
# File 'sig/types.rbs', line 160 def resources @resources end |
#selection_name ⇒ ::String
Returns the value of attribute selection_name.
158 159 160 |
# File 'sig/types.rbs', line 158 def selection_name @selection_name end |