Class: Aws::Types::IpAccessSettings
- Inherits:
-
Object
- Object
- Aws::Types::IpAccessSettings
- 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.
-
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#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_access_settings_arn ⇒ ::String
Returns the value of attribute ip_access_settings_arn.
-
#ip_rules ⇒ ::Array[Types::IpRule]
Returns the value of attribute ip_rules.
Instance Attribute Details
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
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.
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.
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.
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.
750 751 752 |
# File 'sig/types.rbs', line 750 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
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.
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.
748 749 750 |
# File 'sig/types.rbs', line 748 def ip_rules @ip_rules end |