Class: Aws::Kafka::Types::DescribeConfigurationRevisionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Response body for DescribeConfigurationRevision.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the configuration.

Returns:

  • (String)


1583
1584
1585
1586
1587
1588
1589
1590
1591
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1583

class DescribeConfigurationRevisionResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :revision,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when the configuration was created.

Returns:

  • (Time)


1583
1584
1585
1586
1587
1588
1589
1590
1591
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1583

class DescribeConfigurationRevisionResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :revision,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the configuration.

Returns:

  • (String)


1583
1584
1585
1586
1587
1588
1589
1590
1591
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1583

class DescribeConfigurationRevisionResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :revision,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end

#revisionInteger

The revision number.

Returns:

  • (Integer)


1583
1584
1585
1586
1587
1588
1589
1590
1591
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1583

class DescribeConfigurationRevisionResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :revision,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end

#server_propertiesString

Returns:

  • (String)


1583
1584
1585
1586
1587
1588
1589
1590
1591
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1583

class DescribeConfigurationRevisionResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :revision,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end