Class: Aws::Types::ModifyIpamScopeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14005
14006
14007
# File 'sig/types.rbs', line 14005

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14003
14004
14005
# File 'sig/types.rbs', line 14003

def dry_run
  @dry_run
end

#external_authority_configurationTypes::ExternalAuthorityConfiguration

Returns the value of attribute external_authority_configuration.



14006
14007
14008
# File 'sig/types.rbs', line 14006

def external_authority_configuration
  @external_authority_configuration
end

#ipam_scope_id::String

Returns the value of attribute ipam_scope_id.

Returns:

  • (::String)


14004
14005
14006
# File 'sig/types.rbs', line 14004

def ipam_scope_id
  @ipam_scope_id
end

#remove_external_authority_configurationBoolean

Returns the value of attribute remove_external_authority_configuration.

Returns:

  • (Boolean)


14007
14008
14009
# File 'sig/types.rbs', line 14007

def remove_external_authority_configuration
  @remove_external_authority_configuration
end