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)


2788
2789
2790
# File 'sig/types.rbs', line 2788

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2786
2787
2788
# File 'sig/types.rbs', line 2786

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2784
2785
2786
# File 'sig/types.rbs', line 2784

def dry_run
  @dry_run
end

#external_authority_configurationTypes::ExternalAuthorityConfiguration

Returns the value of attribute external_authority_configuration.



2789
2790
2791
# File 'sig/types.rbs', line 2789

def external_authority_configuration
  @external_authority_configuration
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


2785
2786
2787
# File 'sig/types.rbs', line 2785

def ipam_id
  @ipam_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2787
2788
2789
# File 'sig/types.rbs', line 2787

def tag_specifications
  @tag_specifications
end