Class: Aws::Types::AnomalySourceMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def source
  @source
end

#source_resource_name::String

Returns the value of attribute source_resource_name.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def source_resource_name
  @source_resource_name
end

#source_resource_type::String

Returns the value of attribute source_resource_type.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def source_resource_type
  @source_resource_type
end