Class: Aws::Types::PolicyDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::Action]

Returns the value of attribute actions.

Returns:



239
240
241
# File 'sig/types.rbs', line 239

def actions
  @actions
end

#copy_tagsBoolean

Returns the value of attribute copy_tags.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def copy_tags
  @copy_tags
end

#create_interval::Integer

Returns the value of attribute create_interval.

Returns:



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.

Returns:



245
246
247
# File 'sig/types.rbs', line 245

def cross_region_copy_targets
  @cross_region_copy_targets
end

#event_sourceTypes::EventSource

Returns the value of attribute event_source.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def event_source
  @event_source
end

#exclusionsTypes::Exclusions

Returns the value of attribute exclusions.

Returns:



247
248
249
# File 'sig/types.rbs', line 247

def exclusions
  @exclusions
end

#extend_deletionBoolean

Returns the value of attribute extend_deletion.

Returns:



246
247
248
# File 'sig/types.rbs', line 246

def extend_deletion
  @extend_deletion
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def parameters
  @parameters
end

#policy_language"SIMPLIFIED", "STANDARD"

Returns the value of attribute policy_language.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def target_tags
  @target_tags
end