Class: Aws::Types::ListRulesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_resource_tags::Array[Types::ResourceTag]

Returns the value of attribute exclude_resource_tags.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def exclude_resource_tags
  @exclude_resource_tags
end

#lock_state"locked", ...

Returns the value of attribute lock_state.

Returns:

  • ("locked", "pending_unlock", "unlocked")


81
82
83
# File 'sig/types.rbs', line 81

def lock_state
  @lock_state
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


77
78
79
# File 'sig/types.rbs', line 77

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def next_token
  @next_token
end

#resource_tags::Array[Types::ResourceTag]

Returns the value of attribute resource_tags.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def resource_tags
  @resource_tags
end

#resource_type"EBS_SNAPSHOT", ...

Returns the value of attribute resource_type.

Returns:

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


79
80
81
# File 'sig/types.rbs', line 79

def resource_type
  @resource_type
end