Class: Aws::Types::GetLatestConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration::String

Returns the value of attribute configuration.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def configuration
  @configuration
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def version_label
  @version_label
end