Class: Aws::Types::Configuration

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)


252
253
254
# File 'sig/types.rbs', line 252

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


253
254
255
# File 'sig/types.rbs', line 253

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def description
  @description
end

#kafka_versions::Array[::String]

Returns the value of attribute kafka_versions.

Returns:

  • (::Array[::String])


255
256
257
# File 'sig/types.rbs', line 255

def kafka_versions
  @kafka_versions
end

#latest_revisionTypes::ConfigurationRevision

Returns the value of attribute latest_revision.



256
257
258
# File 'sig/types.rbs', line 256

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def name
  @name
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

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


258
259
260
# File 'sig/types.rbs', line 258

def state
  @state
end