Class: Aws::Types::CreateRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def description
  @description
end

#exclude_resource_tags::Array[Types::ResourceTag]

Returns the value of attribute exclude_resource_tags.

Returns:



24
25
26
# File 'sig/types.rbs', line 24

def exclude_resource_tags
  @exclude_resource_tags
end

#lock_configurationTypes::LockConfiguration

Returns the value of attribute lock_configuration.



23
24
25
# File 'sig/types.rbs', line 23

def lock_configuration
  @lock_configuration
end

#resource_tags::Array[Types::ResourceTag]

Returns the value of attribute resource_tags.

Returns:



22
23
24
# File 'sig/types.rbs', line 22

def resource_tags
  @resource_tags
end

#resource_type"EBS_SNAPSHOT", ...

Returns the value of attribute resource_type.

Returns:

  • ("EBS_SNAPSHOT", "EC2_IMAGE", "EBS_VOLUME")


21
22
23
# File 'sig/types.rbs', line 21

def resource_type
  @resource_type
end

#retention_periodTypes::RetentionPeriod

Returns the value of attribute retention_period.



18
19
20
# File 'sig/types.rbs', line 18

def retention_period
  @retention_period
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def tags
  @tags
end