Class: Aws::Types::CreateRecoveryPlanRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


101
102
103
# File 'sig/types.rbs', line 101

def tags
  @tags
end