Class: Aws::Types::GetLatestConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLatestConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::String
Returns the value of attribute configuration.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#next_poll_configuration_token ⇒ ::String
Returns the value of attribute next_poll_configuration_token.
-
#next_poll_interval_in_seconds ⇒ ::Integer
Returns the value of attribute next_poll_interval_in_seconds.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#configuration ⇒ ::String
Returns the value of attribute configuration.
38 39 40 |
# File 'sig/types.rbs', line 38 def configuration @configuration end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
37 38 39 |
# File 'sig/types.rbs', line 37 def content_type @content_type end |
#next_poll_configuration_token ⇒ ::String
Returns the value of attribute next_poll_configuration_token.
35 36 37 |
# File 'sig/types.rbs', line 35 def next_poll_configuration_token @next_poll_configuration_token end |
#next_poll_interval_in_seconds ⇒ ::Integer
Returns the value of attribute next_poll_interval_in_seconds.
36 37 38 |
# File 'sig/types.rbs', line 36 def next_poll_interval_in_seconds @next_poll_interval_in_seconds end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
39 40 41 |
# File 'sig/types.rbs', line 39 def version_label @version_label end |