Class: Aws::Types::CreateAttributeGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes ⇒ ::String

Returns the value of attribute attributes.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def attributes
  @attributes
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


125
126
127
# File 'sig/types.rbs', line 125

def tags
  @tags
end