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)


1602
1603
1604
1605
1606
1607
1608
1609
1610
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1602

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)


1602
1603
1604
1605
1606
1607
1608
1609
1610
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1602

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

#descriptionString

The description of the configuration.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
1609
1610
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1602

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

#revisionInteger

The revision number.

Returns:

  • (Integer)


1602
1603
1604
1605
1606
1607
1608
1609
1610
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1602

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

#server_propertiesString

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
1609
1610
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1602

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