Module: Aws::ApplicationSignals::Client::_CreateInstrumentationConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateInstrumentationConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #attribute_filters ⇒ ::Array[::Hash[::String, ::String]]
- #capture_configuration ⇒ Types::CaptureConfiguration
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #environment ⇒ ::String
- #expires_at ⇒ ::Time
- #instrumentation_type ⇒ "BREAKPOINT", "PROBE"
- #location ⇒ Types::Location
- #location_hash ⇒ ::String
- #service ⇒ ::String
- #signal_type ⇒ "SNAPSHOT"
Instance Method Details
#arn ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def arn: () -> ::String
|
#attribute_filters ⇒ ::Array[::Hash[::String, ::String]]
143 |
# File 'sig/client.rbs', line 143
def attribute_filters: () -> ::Array[::Hash[::String, ::String]]
|
#capture_configuration ⇒ Types::CaptureConfiguration
144 |
# File 'sig/client.rbs', line 144
def capture_configuration: () -> Types::CaptureConfiguration
|
#created_at ⇒ ::Time
145 |
# File 'sig/client.rbs', line 145
def created_at: () -> ::Time
|
#description ⇒ ::String
141 |
# File 'sig/client.rbs', line 141
def description: () -> ::String
|
#environment ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def environment: () -> ::String
|
#expires_at ⇒ ::Time
142 |
# File 'sig/client.rbs', line 142
def expires_at: () -> ::Time
|
#instrumentation_type ⇒ "BREAKPOINT", "PROBE"
135 |
# File 'sig/client.rbs', line 135
def instrumentation_type: () -> ("BREAKPOINT" | "PROBE")
|
#location ⇒ Types::Location
139 |
# File 'sig/client.rbs', line 139
def location: () -> Types::Location
|
#location_hash ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def location_hash: () -> ::String
|
#service ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def service: () -> ::String
|
#signal_type ⇒ "SNAPSHOT"
138 |
# File 'sig/client.rbs', line 138
def signal_type: () -> ("SNAPSHOT")
|