Class: Aws::Types::CreatePolicyRequest

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.



119
120
121
# File 'sig/types.rbs', line 119

def availability_slo
  @availability_slo
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def client_token
  @client_token
end

#data_recoveryTypes::DataRecoveryTargets

Returns the value of attribute data_recovery.



122
123
124
# File 'sig/types.rbs', line 122

def data_recovery
  @data_recovery
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def kms_key_id
  @kms_key_id
end

#multi_azTypes::MultiAzTargets

Returns the value of attribute multi_az.



120
121
122
# File 'sig/types.rbs', line 120

def multi_az
  @multi_az
end

#multi_regionTypes::MultiRegionTargets

Returns the value of attribute multi_region.



121
122
123
# File 'sig/types.rbs', line 121

def multi_region
  @multi_region
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


124
125
126
# File 'sig/types.rbs', line 124

def tags
  @tags
end