Class: Aws::Types::EnableIpamInternetRegistryAssociationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_handle::String

Returns the value of attribute child_handle.

Returns:

  • (::String)


9300
9301
9302
# File 'sig/types.rbs', line 9300

def child_handle
  @child_handle
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


9303
9304
9305
# File 'sig/types.rbs', line 9303

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9296
9297
9298
# File 'sig/types.rbs', line 9296

def dry_run
  @dry_run
end

#ipam_internet_registry_association_id::String

Returns the value of attribute ipam_internet_registry_association_id.

Returns:

  • (::String)


9297
9298
9299
# File 'sig/types.rbs', line 9297

def ipam_internet_registry_association_id
  @ipam_internet_registry_association_id
end

#parent_bpki_ta::String

Returns the value of attribute parent_bpki_ta.

Returns:

  • (::String)


9302
9303
9304
# File 'sig/types.rbs', line 9302

def parent_bpki_ta
  @parent_bpki_ta
end

#parent_handle::String

Returns the value of attribute parent_handle.

Returns:

  • (::String)


9301
9302
9303
# File 'sig/types.rbs', line 9301

def parent_handle
  @parent_handle
end

#rpki_version::String

Returns the value of attribute rpki_version.

Returns:

  • (::String)


9298
9299
9300
# File 'sig/types.rbs', line 9298

def rpki_version
  @rpki_version
end

#service_uri::String

Returns the value of attribute service_uri.

Returns:

  • (::String)


9299
9300
9301
# File 'sig/types.rbs', line 9299

def service_uri
  @service_uri
end