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)


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

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


260
261
262
# File 'sig/types.rbs', line 260

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def description
  @description
end

#kafka_versions::Array[::String]

Returns the value of attribute kafka_versions.

Returns:

  • (::Array[::String])


262
263
264
# File 'sig/types.rbs', line 262

def kafka_versions
  @kafka_versions
end

#latest_revisionTypes::ConfigurationRevision

Returns the value of attribute latest_revision.



263
264
265
# File 'sig/types.rbs', line 263

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def name
  @name
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

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


265
266
267
# File 'sig/types.rbs', line 265

def state
  @state
end