Class: Aws::Types::IpamPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


12602
12603
12604
# File 'sig/types.rbs', line 12602

def ipam_id
  @ipam_id
end

#ipam_policy_arn::String

Returns the value of attribute ipam_policy_arn.

Returns:

  • (::String)


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

def ipam_policy_arn
  @ipam_policy_arn
end

#ipam_policy_id::String

Returns the value of attribute ipam_policy_id.

Returns:

  • (::String)


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

def ipam_policy_id
  @ipam_policy_id
end

#ipam_policy_region::String

Returns the value of attribute ipam_policy_region.

Returns:

  • (::String)


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

def ipam_policy_region
  @ipam_policy_region
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


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

def owner_id
  @owner_id
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")


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

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


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

def state_message
  @state_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12601
12602
12603
# File 'sig/types.rbs', line 12601

def tags
  @tags
end