Class: Aws::Types::PolicyDetails
- Inherits:
-
Object
- Object
- Aws::Types::PolicyDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
-
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
-
#create_interval ⇒ ::Integer
Returns the value of attribute create_interval.
-
#cross_region_copy_targets ⇒ ::Array[Types::CrossRegionCopyTarget]
Returns the value of attribute cross_region_copy_targets.
-
#event_source ⇒ Types::EventSource
Returns the value of attribute event_source.
-
#exclusions ⇒ Types::Exclusions
Returns the value of attribute exclusions.
-
#extend_deletion ⇒ Boolean
Returns the value of attribute extend_deletion.
-
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
-
#policy_language ⇒ "SIMPLIFIED", "STANDARD"
Returns the value of attribute policy_language.
-
#policy_type ⇒ "EBS_SNAPSHOT_MANAGEMENT", ...
Returns the value of attribute policy_type.
-
#resource_locations ⇒ ::Array[("CLOUD" | "OUTPOST" | "LOCAL_ZONE")]
Returns the value of attribute resource_locations.
-
#resource_type ⇒ "VOLUME", "INSTANCE"
Returns the value of attribute resource_type.
-
#resource_types ⇒ ::Array[("VOLUME" | "INSTANCE")]
Returns the value of attribute resource_types.
-
#retain_interval ⇒ ::Integer
Returns the value of attribute retain_interval.
-
#schedules ⇒ ::Array[Types::Schedule]
Returns the value of attribute schedules.
-
#target_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute target_tags.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
239 240 241 |
# File 'sig/types.rbs', line 239 def actions @actions end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
244 245 246 |
# File 'sig/types.rbs', line 244 def end |
#create_interval ⇒ ::Integer
Returns the value of attribute create_interval.
242 243 244 |
# File 'sig/types.rbs', line 242 def create_interval @create_interval end |
#cross_region_copy_targets ⇒ ::Array[Types::CrossRegionCopyTarget]
Returns the value of attribute cross_region_copy_targets.
245 246 247 |
# File 'sig/types.rbs', line 245 def cross_region_copy_targets @cross_region_copy_targets end |
#event_source ⇒ Types::EventSource
Returns the value of attribute event_source.
238 239 240 |
# File 'sig/types.rbs', line 238 def event_source @event_source end |
#exclusions ⇒ Types::Exclusions
Returns the value of attribute exclusions.
247 248 249 |
# File 'sig/types.rbs', line 247 def exclusions @exclusions end |
#extend_deletion ⇒ Boolean
Returns the value of attribute extend_deletion.
246 247 248 |
# File 'sig/types.rbs', line 246 def extend_deletion @extend_deletion end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
237 238 239 |
# File 'sig/types.rbs', line 237 def parameters @parameters end |
#policy_language ⇒ "SIMPLIFIED", "STANDARD"
Returns the value of attribute policy_language.
240 241 242 |
# File 'sig/types.rbs', line 240 def policy_language @policy_language end |
#policy_type ⇒ "EBS_SNAPSHOT_MANAGEMENT", ...
Returns the value of attribute policy_type.
232 233 234 |
# File 'sig/types.rbs', line 232 def policy_type @policy_type end |
#resource_locations ⇒ ::Array[("CLOUD" | "OUTPOST" | "LOCAL_ZONE")]
Returns the value of attribute resource_locations.
234 235 236 |
# File 'sig/types.rbs', line 234 def resource_locations @resource_locations end |
#resource_type ⇒ "VOLUME", "INSTANCE"
Returns the value of attribute resource_type.
241 242 243 |
# File 'sig/types.rbs', line 241 def resource_type @resource_type end |
#resource_types ⇒ ::Array[("VOLUME" | "INSTANCE")]
Returns the value of attribute resource_types.
233 234 235 |
# File 'sig/types.rbs', line 233 def resource_types @resource_types end |
#retain_interval ⇒ ::Integer
Returns the value of attribute retain_interval.
243 244 245 |
# File 'sig/types.rbs', line 243 def retain_interval @retain_interval end |
#schedules ⇒ ::Array[Types::Schedule]
Returns the value of attribute schedules.
236 237 238 |
# File 'sig/types.rbs', line 236 def schedules @schedules end |
#target_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute target_tags.
235 236 237 |
# File 'sig/types.rbs', line 235 def end |