Class: Aws::Types::CreateIpAccessSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name, :description, :ip_rules])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_context::Hash[::String, ::String]

Returns the value of attribute additional_encryption_context.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



245
246
247
# File 'sig/types.rbs', line 245

def tags
  @tags
end