Class: Aws::Types::IpAccessSettingsSummary
- Inherits:
-
Object
- Object
- Aws::Types::IpAccessSettingsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#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.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
761 762 763 |
# File 'sig/types.rbs', line 761 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
760 761 762 |
# File 'sig/types.rbs', line 760 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
759 760 761 |
# File 'sig/types.rbs', line 759 def display_name @display_name end |
#ip_access_settings_arn ⇒ ::String
Returns the value of attribute ip_access_settings_arn.
758 759 760 |
# File 'sig/types.rbs', line 758 def ip_access_settings_arn @ip_access_settings_arn end |