Class: Aws::Types::UpdateIpAccessSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.



1193
1194
1195
# File 'sig/types.rbs', line 1193

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.



1191
1192
1193
# File 'sig/types.rbs', line 1191

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.



1190
1191
1192
# File 'sig/types.rbs', line 1190

def display_name
  @display_name
end

#ip_access_settings_arn::String

Returns the value of attribute ip_access_settings_arn.



1189
1190
1191
# File 'sig/types.rbs', line 1189

def ip_access_settings_arn
  @ip_access_settings_arn
end

#ip_rules::Array[Types::IpRule]

Returns the value of attribute ip_rules.



1192
1193
1194
# File 'sig/types.rbs', line 1192

def ip_rules
  @ip_rules
end