Class: Aws::Types::CreateBackupPlanInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:backup_plan_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_planTypes::BackupPlanInput

Returns the value of attribute backup_plan.



317
318
319
# File 'sig/types.rbs', line 317

def backup_plan
  @backup_plan
end

#backup_plan_tags::Hash[::String, ::String]

Returns the value of attribute backup_plan_tags.

Returns:

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


318
319
320
# File 'sig/types.rbs', line 318

def backup_plan_tags
  @backup_plan_tags
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def creator_request_id
  @creator_request_id
end