Class: Aws::Types::CreateIpAccessSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIpAccessSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#ip_rules ⇒ ::Array[Types::IpRule]
Returns the value of attribute ip_rules.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
247 248 249 |
# File 'sig/types.rbs', line 247 def additional_encryption_context @additional_encryption_context end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
249 250 251 |
# File 'sig/types.rbs', line 249 def client_token @client_token end |
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
246 247 248 |
# File 'sig/types.rbs', line 246 def customer_managed_key @customer_managed_key end |
#description ⇒ ::String
Returns the value of attribute description.
244 245 246 |
# File 'sig/types.rbs', line 244 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
243 244 245 |
# File 'sig/types.rbs', line 243 def display_name @display_name end |
#ip_rules ⇒ ::Array[Types::IpRule]
Returns the value of attribute ip_rules.
248 249 250 |
# File 'sig/types.rbs', line 248 def ip_rules @ip_rules end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
245 246 247 |
# File 'sig/types.rbs', line 245 def @tags end |