Class: Aws::Types::StartBackupJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:recovery_point_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_options::Hash[::String, ::String]

Returns the value of attribute backup_options.

Returns:

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


2153
2154
2155
# File 'sig/types.rbs', line 2153

def backup_options
  @backup_options
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def backup_vault_name
  @backup_vault_name
end

#complete_window_minutes::Integer

Returns the value of attribute complete_window_minutes.

Returns:

  • (::Integer)


2150
2151
2152
# File 'sig/types.rbs', line 2150

def complete_window_minutes
  @complete_window_minutes
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


2147
2148
2149
# File 'sig/types.rbs', line 2147

def iam_role_arn
  @iam_role_arn
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


2148
2149
2150
# File 'sig/types.rbs', line 2148

def idempotency_token
  @idempotency_token
end

#index"ENABLED", "DISABLED"

Returns the value of attribute index.

Returns:

  • ("ENABLED", "DISABLED")


2154
2155
2156
# File 'sig/types.rbs', line 2154

def index
  @index
end

#lifecycleTypes::Lifecycle

Returns the value of attribute lifecycle.

Returns:



2151
2152
2153
# File 'sig/types.rbs', line 2151

def lifecycle
  @lifecycle
end

#logically_air_gapped_backup_vault_arn::String

Returns the value of attribute logically_air_gapped_backup_vault_arn.

Returns:

  • (::String)


2145
2146
2147
# File 'sig/types.rbs', line 2145

def logically_air_gapped_backup_vault_arn
  @logically_air_gapped_backup_vault_arn
end

#recovery_point_tags::Hash[::String, ::String]

Returns the value of attribute recovery_point_tags.

Returns:

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


2152
2153
2154
# File 'sig/types.rbs', line 2152

def recovery_point_tags
  @recovery_point_tags
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


2146
2147
2148
# File 'sig/types.rbs', line 2146

def resource_arn
  @resource_arn
end

#start_window_minutes::Integer

Returns the value of attribute start_window_minutes.

Returns:

  • (::Integer)


2149
2150
2151
# File 'sig/types.rbs', line 2149

def start_window_minutes
  @start_window_minutes
end