Class: Aws::Types::SecurityGroupSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_guest_federation ⇒ Boolean
Returns the value of attribute enable_guest_federation.
-
#enable_restricted_global_federation ⇒ Boolean
Returns the value of attribute enable_restricted_global_federation.
-
#federation_mode ⇒ ::Integer
Returns the value of attribute federation_mode.
-
#global_federation ⇒ Boolean
Returns the value of attribute global_federation.
-
#lockout_threshold ⇒ ::Integer
Returns the value of attribute lockout_threshold.
-
#permitted_networks ⇒ ::Array[::String]
Returns the value of attribute permitted_networks.
-
#permitted_wickr_aws_networks ⇒ ::Array[Types::WickrAwsNetworks]
Returns the value of attribute permitted_wickr_aws_networks.
-
#permitted_wickr_enterprise_networks ⇒ ::Array[Types::PermittedWickrEnterpriseNetwork]
Returns the value of attribute permitted_wickr_enterprise_networks.
Instance Attribute Details
#enable_guest_federation ⇒ Boolean
Returns the value of attribute enable_guest_federation.
846 847 848 |
# File 'sig/types.rbs', line 846 def enable_guest_federation @enable_guest_federation end |
#enable_restricted_global_federation ⇒ Boolean
Returns the value of attribute enable_restricted_global_federation.
849 850 851 |
# File 'sig/types.rbs', line 849 def enable_restricted_global_federation @enable_restricted_global_federation end |
#federation_mode ⇒ ::Integer
Returns the value of attribute federation_mode.
848 849 850 |
# File 'sig/types.rbs', line 848 def federation_mode @federation_mode end |
#global_federation ⇒ Boolean
Returns the value of attribute global_federation.
847 848 849 |
# File 'sig/types.rbs', line 847 def global_federation @global_federation end |
#lockout_threshold ⇒ ::Integer
Returns the value of attribute lockout_threshold.
844 845 846 |
# File 'sig/types.rbs', line 844 def lockout_threshold @lockout_threshold end |
#permitted_networks ⇒ ::Array[::String]
Returns the value of attribute permitted_networks.
845 846 847 |
# File 'sig/types.rbs', line 845 def permitted_networks @permitted_networks end |
#permitted_wickr_aws_networks ⇒ ::Array[Types::WickrAwsNetworks]
Returns the value of attribute permitted_wickr_aws_networks.
850 851 852 |
# File 'sig/types.rbs', line 850 def permitted_wickr_aws_networks @permitted_wickr_aws_networks end |
#permitted_wickr_enterprise_networks ⇒ ::Array[Types::PermittedWickrEnterpriseNetwork]
Returns the value of attribute permitted_wickr_enterprise_networks.
851 852 853 |
# File 'sig/types.rbs', line 851 def permitted_wickr_enterprise_networks @permitted_wickr_enterprise_networks end |