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)


79
80
81
# File 'sig/types.rbs', line 79

def arn
  @arn
end

#authentication_strategy"SIMPLE", ...

Returns the value of attribute authentication_strategy.

Returns:

  • ("SIMPLE", "LDAP", "CONFIG_MANAGED")


80
81
82
# File 'sig/types.rbs', line 80

def authentication_strategy
  @authentication_strategy
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


81
82
83
# File 'sig/types.rbs', line 81

def created
  @created
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def description
  @description
end

#engine_type"ACTIVEMQ", "RABBITMQ"

Returns the value of attribute engine_type.

Returns:

  • ("ACTIVEMQ", "RABBITMQ")


83
84
85
# File 'sig/types.rbs', line 83

def engine_type
  @engine_type
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def engine_version
  @engine_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def id
  @id
end

#latest_revisionTypes::ConfigurationRevision

Returns the value of attribute latest_revision.



86
87
88
# File 'sig/types.rbs', line 86

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


88
89
90
# File 'sig/types.rbs', line 88

def tags
  @tags
end