Module: Aws::QuickSight::Client::_DescribeIpRestrictionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeIpRestrictionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_account_id ⇒ ::String
- #enabled ⇒ Boolean
- #ip_restriction_rule_map ⇒ ::Hash[::String, ::String]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #vpc_endpoint_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
- #vpc_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
Instance Method Details
#aws_account_id ⇒ ::String
2021 |
# File 'sig/client.rbs', line 2021
def aws_account_id: () -> ::String
|
#enabled ⇒ Boolean
2025 |
# File 'sig/client.rbs', line 2025
def enabled: () -> bool
|
#ip_restriction_rule_map ⇒ ::Hash[::String, ::String]
2022 |
# File 'sig/client.rbs', line 2022
def ip_restriction_rule_map: () -> ::Hash[::String, ::String]
|
#request_id ⇒ ::String
2026 |
# File 'sig/client.rbs', line 2026
def request_id: () -> ::String
|
#status ⇒ ::Integer
2027 |
# File 'sig/client.rbs', line 2027
def status: () -> ::Integer
|
#vpc_endpoint_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
2024 |
# File 'sig/client.rbs', line 2024
def vpc_endpoint_id_restriction_rule_map: () -> ::Hash[::String, ::String]
|
#vpc_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
2023 |
# File 'sig/client.rbs', line 2023
def vpc_id_restriction_rule_map: () -> ::Hash[::String, ::String]
|