Module: Aws::Route53GlobalResolver::Client::_CreateAccessSourceResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateAccessSourceOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


170
# File 'sig/client.rbs', line 170

def arn: () -> ::String

#cidr::String

Returns:

  • (::String)


171
# File 'sig/client.rbs', line 171

def cidr: () -> ::String

#created_at::Time

Returns:

  • (::Time)


172
# File 'sig/client.rbs', line 172

def created_at: () -> ::Time

#dns_view_id::String

Returns:

  • (::String)


176
# File 'sig/client.rbs', line 176

def dns_view_id: () -> ::String

#id::String

Returns:

  • (::String)


173
# File 'sig/client.rbs', line 173

def id: () -> ::String

#ip_address_type"IPV4", "IPV6"

Returns:

  • ("IPV4", "IPV6")


174
# File 'sig/client.rbs', line 174

def ip_address_type: () -> ("IPV4" | "IPV6")

#name::String

Returns:

  • (::String)


175
# File 'sig/client.rbs', line 175

def name: () -> ::String

#protocol"DO53", ...

Returns:

  • ("DO53", "DOH", "DOT")


177
# File 'sig/client.rbs', line 177

def protocol: () -> ("DO53" | "DOH" | "DOT")

#status"CREATING", ...

Returns:

  • ("CREATING", "OPERATIONAL", "UPDATING", "DELETING")


178
# File 'sig/client.rbs', line 178

def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")

#updated_at::Time

Returns:

  • (::Time)


179
# File 'sig/client.rbs', line 179

def updated_at: () -> ::Time