Class: Aws::Types::RuleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def id
  @id
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def is_default
  @is_default
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def priority
  @priority
end