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.



567
568
569
# File 'sig/types.rbs', line 567

def availability_slo
  @availability_slo
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def client_token
  @client_token
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

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")


568
569
570
# File 'sig/types.rbs', line 568

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")


569
570
571
# File 'sig/types.rbs', line 569

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])


570
571
572
# File 'sig/types.rbs', line 570

def tags
  @tags
end

#v1_policy_arn::String

Returns the value of attribute v1_policy_arn.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def v1_policy_arn
  @v1_policy_arn
end