Class: Aws::Types::DescribeConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


533
534
535
# File 'sig/types.rbs', line 533

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def description
  @description
end

#kafka_versions::Array[::String]

Returns the value of attribute kafka_versions.

Returns:

  • (::Array[::String])


535
536
537
# File 'sig/types.rbs', line 535

def kafka_versions
  @kafka_versions
end

#latest_revisionTypes::ConfigurationRevision

Returns the value of attribute latest_revision.



536
537
538
# File 'sig/types.rbs', line 536

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def name
  @name
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "DELETING", "DELETE_FAILED")


538
539
540
# File 'sig/types.rbs', line 538

def state
  @state
end