Class: Aws::Types::CreateRuleGroupsNamespaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def client_token
  @client_token
end

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def data
  @data
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


175
176
177
# File 'sig/types.rbs', line 175

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def workspace_id
  @workspace_id
end