Class: Aws::Types::IpAccessSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

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

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])


753
754
755
# File 'sig/types.rbs', line 753

def additional_encryption_context
  @additional_encryption_context
end

#associated_portal_arns::Array[::String]

Returns the value of attribute associated_portal_arns.

Returns:

  • (::Array[::String])


747
748
749
# File 'sig/types.rbs', line 747

def associated_portal_arns
  @associated_portal_arns
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


751
752
753
# File 'sig/types.rbs', line 751

def creation_date
  @creation_date
end

#customer_managed_key::String

Returns the value of attribute customer_managed_key.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def customer_managed_key
  @customer_managed_key
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def display_name
  @display_name
end

#ip_access_settings_arn::String

Returns the value of attribute ip_access_settings_arn.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def ip_access_settings_arn
  @ip_access_settings_arn
end

#ip_rules::Array[Types::IpRule]

Returns the value of attribute ip_rules.

Returns:



748
749
750
# File 'sig/types.rbs', line 748

def ip_rules
  @ip_rules
end