Module: Aws::Route53GlobalResolver::Client::_CreateAccessSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAccessSourceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #cidr ⇒ ::String
- #created_at ⇒ ::Time
- #dns_view_id ⇒ ::String
- #id ⇒ ::String
- #ip_address_type ⇒ "IPV4", "IPV6"
- #name ⇒ ::String
- #protocol ⇒ "DO53", ...
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def arn: () -> ::String
|
#cidr ⇒ ::String
171 |
# File 'sig/client.rbs', line 171
def cidr: () -> ::String
|
#created_at ⇒ ::Time
172 |
# File 'sig/client.rbs', line 172
def created_at: () -> ::Time
|
#dns_view_id ⇒ ::String
176 |
# File 'sig/client.rbs', line 176
def dns_view_id: () -> ::String
|
#id ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", "IPV6"
174 |
# File 'sig/client.rbs', line 174
def ip_address_type: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def name: () -> ::String
|
#protocol ⇒ "DO53", ...
177 |
# File 'sig/client.rbs', line 177
def protocol: () -> ("DO53" | "DOH" | "DOT")
|
#status ⇒ "CREATING", ...
178 |
# File 'sig/client.rbs', line 178
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
179 |
# File 'sig/client.rbs', line 179
def updated_at: () -> ::Time
|