Class: Aws::Types::SignalInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_partition_id ⇒ ::String

Returns the value of attribute data_partition_id.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def data_partition_id
  @data_partition_id
end

#max_sample_count ⇒ ::Integer

Returns the value of attribute max_sample_count.

Returns:

  • (::Integer)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def max_sample_count
  @max_sample_count
end

#minimum_sampling_interval_ms ⇒ ::Integer

Returns the value of attribute minimum_sampling_interval_ms.

Returns:

  • (::Integer)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def minimum_sampling_interval_ms
  @minimum_sampling_interval_ms
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def name
  @name
end