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.



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

def availability_slo
  @availability_slo
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def client_token
  @client_token
end

#data_recoveryTypes::DataRecoveryTargets

Returns the value of attribute data_recovery.



129
130
131
# File 'sig/types.rbs', line 129

def data_recovery
  @data_recovery
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def kms_key_id
  @kms_key_id
end

#multi_azTypes::MultiAzTargets

Returns the value of attribute multi_az.



127
128
129
# File 'sig/types.rbs', line 127

def multi_az
  @multi_az
end

#multi_regionTypes::MultiRegionTargets

Returns the value of attribute multi_region.



128
129
130
# File 'sig/types.rbs', line 128

def multi_region
  @multi_region
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


131
132
133
# File 'sig/types.rbs', line 131

def tags
  @tags
end