Class: Aws::Types::BackupSelectionsListMember
- Inherits:
-
Object
- Object
- Aws::Types::BackupSelectionsListMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#selection_id ⇒ ::String
Returns the value of attribute selection_id.
-
#selection_name ⇒ ::String
Returns the value of attribute selection_name.
Instance Attribute Details
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
170 171 172 |
# File 'sig/types.rbs', line 170 def backup_plan_id @backup_plan_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
171 172 173 |
# File 'sig/types.rbs', line 171 def creation_date @creation_date end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def creator_request_id @creator_request_id end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
173 174 175 |
# File 'sig/types.rbs', line 173 def iam_role_arn @iam_role_arn end |
#selection_id ⇒ ::String
Returns the value of attribute selection_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def selection_id @selection_id end |
#selection_name ⇒ ::String
Returns the value of attribute selection_name.
169 170 171 |
# File 'sig/types.rbs', line 169 def selection_name @selection_name end |