Class: Aws::Types::GetRevealConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRevealConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::RevealConfiguration
Returns the value of attribute configuration.
-
#retrieval_configuration ⇒ Types::RetrievalConfiguration
Returns the value of attribute retrieval_configuration.
Instance Attribute Details
#configuration ⇒ Types::RevealConfiguration
Returns the value of attribute configuration.
944 945 946 |
# File 'sig/types.rbs', line 944 def configuration @configuration end |
#retrieval_configuration ⇒ Types::RetrievalConfiguration
Returns the value of attribute retrieval_configuration.
945 946 947 |
# File 'sig/types.rbs', line 945 def retrieval_configuration @retrieval_configuration end |