Class: Aws::Types::IpamScope

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)


12595
12596
12597
# File 'sig/types.rbs', line 12595

def description
  @description
end

#external_authority_configurationTypes::IpamScopeExternalAuthorityConfiguration

Returns the value of attribute external_authority_configuration.



12599
12600
12601
# File 'sig/types.rbs', line 12599

def external_authority_configuration
  @external_authority_configuration
end

#ipam_arn::String

Returns the value of attribute ipam_arn.

Returns:

  • (::String)


12591
12592
12593
# File 'sig/types.rbs', line 12591

def ipam_arn
  @ipam_arn
end

#ipam_region::String

Returns the value of attribute ipam_region.

Returns:

  • (::String)


12592
12593
12594
# File 'sig/types.rbs', line 12592

def ipam_region
  @ipam_region
end

#ipam_scope_arn::String

Returns the value of attribute ipam_scope_arn.

Returns:

  • (::String)


12590
12591
12592
# File 'sig/types.rbs', line 12590

def ipam_scope_arn
  @ipam_scope_arn
end

#ipam_scope_id::String

Returns the value of attribute ipam_scope_id.

Returns:

  • (::String)


12589
12590
12591
# File 'sig/types.rbs', line 12589

def ipam_scope_id
  @ipam_scope_id
end

#ipam_scope_type"public", "private"

Returns the value of attribute ipam_scope_type.

Returns:

  • ("public", "private")


12593
12594
12595
# File 'sig/types.rbs', line 12593

def ipam_scope_type
  @ipam_scope_type
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


12594
12595
12596
# File 'sig/types.rbs', line 12594

def is_default
  @is_default
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


12588
12589
12590
# File 'sig/types.rbs', line 12588

def owner_id
  @owner_id
end

#pool_count::Integer

Returns the value of attribute pool_count.

Returns:

  • (::Integer)


12596
12597
12598
# File 'sig/types.rbs', line 12596

def pool_count
  @pool_count
end

#state"create-in-progress", ...

Returns the value of attribute state.

Returns:

  • ("create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress")


12597
12598
12599
# File 'sig/types.rbs', line 12597

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12598
12599
12600
# File 'sig/types.rbs', line 12598

def tags
  @tags
end