Class: Aws::Types::ConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::ConfigDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AntennaDemodDecodeDetails, EndpointDetails, S3RecordingDetails, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#antenna_demod_decode_details ⇒ Types::AntennaDemodDecodeDetails
Returns the value of attribute antenna_demod_decode_details.
-
#endpoint_details ⇒ Types::EndpointDetails
Returns the value of attribute endpoint_details.
-
#s3_recording_details ⇒ Types::S3RecordingDetails
Returns the value of attribute s3_recording_details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#antenna_demod_decode_details ⇒ Types::AntennaDemodDecodeDetails
Returns the value of attribute antenna_demod_decode_details.
134 135 136 |
# File 'sig/types.rbs', line 134 def antenna_demod_decode_details @antenna_demod_decode_details end |
#endpoint_details ⇒ Types::EndpointDetails
Returns the value of attribute endpoint_details.
133 134 135 |
# File 'sig/types.rbs', line 133 def endpoint_details @endpoint_details end |
#s3_recording_details ⇒ Types::S3RecordingDetails
Returns the value of attribute s3_recording_details.
135 136 137 |
# File 'sig/types.rbs', line 135 def s3_recording_details @s3_recording_details end |
#unknown ⇒ Object
Returns the value of attribute unknown.
136 137 138 |
# File 'sig/types.rbs', line 136 def unknown @unknown end |