Class: Aws::Types::CreateIpamPrefixListResolverRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family"ipv4", "ipv6"

Returns the value of attribute address_family.

Returns:

  • ("ipv4", "ipv6")


2673
2674
2675
# File 'sig/types.rbs', line 2673

def address_family
  @address_family
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2676
2677
2678
# File 'sig/types.rbs', line 2676

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2672
2673
2674
# File 'sig/types.rbs', line 2672

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2670
2671
2672
# File 'sig/types.rbs', line 2670

def dry_run
  @dry_run
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


2671
2672
2673
# File 'sig/types.rbs', line 2671

def ipam_id
  @ipam_id
end

#rules::Array[Types::IpamPrefixListResolverRuleRequest]

Returns the value of attribute rules.



2674
2675
2676
# File 'sig/types.rbs', line 2674

def rules
  @rules
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2675
2676
2677
# File 'sig/types.rbs', line 2675

def tag_specifications
  @tag_specifications
end