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
2062 |
# File 'sig/client.rbs', line 2062
def aws_account_id: () -> ::String
|
#enabled ⇒ Boolean
2066 |
# File 'sig/client.rbs', line 2066
def enabled: () -> bool
|
#ip_restriction_rule_map ⇒ ::Hash[::String, ::String]
2063 |
# File 'sig/client.rbs', line 2063
def ip_restriction_rule_map: () -> ::Hash[::String, ::String]
|
#request_id ⇒ ::String
2067 |
# File 'sig/client.rbs', line 2067
def request_id: () -> ::String
|
#status ⇒ ::Integer
2068 |
# File 'sig/client.rbs', line 2068
def status: () -> ::Integer
|
#vpc_endpoint_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
2065 |
# File 'sig/client.rbs', line 2065
def vpc_endpoint_id_restriction_rule_map: () -> ::Hash[::String, ::String]
|
#vpc_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
2064 |
# File 'sig/client.rbs', line 2064
def vpc_id_restriction_rule_map: () -> ::Hash[::String, ::String]
|