Class: Aws::Types::CreateIpamScopeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2626
2627
2628
# File 'sig/types.rbs', line 2626

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2624
2625
2626
# File 'sig/types.rbs', line 2624

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2622
2623
2624
# File 'sig/types.rbs', line 2622

def dry_run
  @dry_run
end

#external_authority_configurationTypes::ExternalAuthorityConfiguration

Returns the value of attribute external_authority_configuration.



2627
2628
2629
# File 'sig/types.rbs', line 2627

def external_authority_configuration
  @external_authority_configuration
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


2623
2624
2625
# File 'sig/types.rbs', line 2623

def ipam_id
  @ipam_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2625
2626
2627
# File 'sig/types.rbs', line 2625

def tag_specifications
  @tag_specifications
end