Class: Aws::Types::CreateRcsAgentRequest

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)


280
281
282
# File 'sig/types.rbs', line 280

def client_token
  @client_token
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


277
278
279
# File 'sig/types.rbs', line 277

def deletion_protection_enabled
  @deletion_protection_enabled
end

#opt_out_list_name::String

Returns the value of attribute opt_out_list_name.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def opt_out_list_name
  @opt_out_list_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def tags
  @tags
end