Class: Aws::Types::ImportPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_sloTypes::AvailabilitySlo

Returns the value of attribute availability_slo.



588
589
590
# File 'sig/types.rbs', line 588

def availability_slo
  @availability_slo
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def client_token
  @client_token
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def kms_key_id
  @kms_key_id
end

#multi_az_disaster_recovery_approach"ACTIVE_ACTIVE", ...

Returns the value of attribute multi_az_disaster_recovery_approach.

Returns:

  • ("ACTIVE_ACTIVE", "HOT_STANDBY", "WARM_STANDBY", "PILOT_LIGHT", "BACKUP_AND_RESTORE")


589
590
591
# File 'sig/types.rbs', line 589

def multi_az_disaster_recovery_approach
  @multi_az_disaster_recovery_approach
end

#multi_region_disaster_recovery_approach"ACTIVE_ACTIVE", ...

Returns the value of attribute multi_region_disaster_recovery_approach.

Returns:

  • ("ACTIVE_ACTIVE", "HOT_STANDBY", "WARM_STANDBY", "PILOT_LIGHT", "BACKUP_AND_RESTORE")


590
591
592
# File 'sig/types.rbs', line 590

def multi_region_disaster_recovery_approach
  @multi_region_disaster_recovery_approach
end

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

Returns the value of attribute tags.

Returns:

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


591
592
593
# File 'sig/types.rbs', line 591

def tags
  @tags
end

#v1_policy_arn::String

Returns the value of attribute v1_policy_arn.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def v1_policy_arn
  @v1_policy_arn
end