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)


12156
12157
12158
# File 'sig/types.rbs', line 12156

def resource_id
  @resource_id
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


12159
12160
12161
# File 'sig/types.rbs', line 12159

def resource_owner
  @resource_owner
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12158
12159
12160
# File 'sig/types.rbs', line 12158

def resource_region
  @resource_region
end

#resource_type"vpc"

Returns the value of attribute resource_type.

Returns:

  • ("vpc")


12157
12158
12159
# File 'sig/types.rbs', line 12157

def resource_type
  @resource_type
end