Class: Aws::Types::SignalInformation
- Inherits:
-
Object
- Object
- Aws::Types::SignalInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_partition_id ⇒ ::String
Returns the value of attribute data_partition_id.
-
#max_sample_count ⇒ ::Integer
Returns the value of attribute max_sample_count.
-
#minimum_sampling_interval_ms ⇒ ::Integer
Returns the value of attribute minimum_sampling_interval_ms.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#data_partition_id ⇒ ::String
Returns the value of attribute data_partition_id.
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.
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.
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.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def name @name end |