Class: Aws::Types::ViolationDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#member_account::String

Returns the value of attribute member_account.

Returns:



1222
1223
1224
# File 'sig/types.rbs', line 1222

def 
  
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:



1221
1222
1223
# File 'sig/types.rbs', line 1221

def policy_id
  @policy_id
end

#resource_description::String

Returns the value of attribute resource_description.

Returns:



1227
1228
1229
# File 'sig/types.rbs', line 1227

def resource_description
  @resource_description
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



1223
1224
1225
# File 'sig/types.rbs', line 1223

def resource_id
  @resource_id
end

#resource_tags::Array[Types::Tag]

Returns the value of attribute resource_tags.

Returns:



1226
1227
1228
# File 'sig/types.rbs', line 1226

def resource_tags
  @resource_tags
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:



1224
1225
1226
# File 'sig/types.rbs', line 1224

def resource_type
  @resource_type
end

#resource_violations::Array[Types::ResourceViolation]

Returns the value of attribute resource_violations.

Returns:



1225
1226
1227
# File 'sig/types.rbs', line 1225

def resource_violations
  @resource_violations
end