Class: Aws::Types::IpamPoolSourceResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


12687
12688
12689
# File 'sig/types.rbs', line 12687

def resource_id
  @resource_id
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


12690
12691
12692
# File 'sig/types.rbs', line 12690

def resource_owner
  @resource_owner
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12689
12690
12691
# File 'sig/types.rbs', line 12689

def resource_region
  @resource_region
end

#resource_type"vpc"

Returns the value of attribute resource_type.

Returns:

  • ("vpc")


12688
12689
12690
# File 'sig/types.rbs', line 12688

def resource_type
  @resource_type
end