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)


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

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


540
541
542
# File 'sig/types.rbs', line 540

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def description
  @description
end

#kafka_versions::Array[::String]

Returns the value of attribute kafka_versions.

Returns:

  • (::Array[::String])


542
543
544
# File 'sig/types.rbs', line 542

def kafka_versions
  @kafka_versions
end

#latest_revisionTypes::ConfigurationRevision

Returns the value of attribute latest_revision.



543
544
545
# File 'sig/types.rbs', line 543

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def name
  @name
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

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


545
546
547
# File 'sig/types.rbs', line 545

def state
  @state
end